You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# VOYAGER
2
-
This project is OpenAI-like API set for SkywardAI project.
2
+
The project is OpenAI-like API service of SkywardAI ecosystem.
3
3
4
4
[](https://github.com/SkywardAI/voyager/actions/workflows/linter-builder-checker.yml)
**NOTE:**`make dev` Requires Node.js environment installed, or at least have `node_modules` specified in `package.json` installed on your server. Please see [Local Machine](#local-machine) section.
52
52
53
+
### Setup in your server
54
+
1. Download this repo into your host machine.
55
+
2. Open [generate_production_env.html](./generate_production_env.html) in your browser and
56
+
* Set fields you want to make change according to instructions
57
+
* Click `Generate Env File` button on the bottom
58
+
* Rename the downloaded file to `.env.production` and copy-paste it into root folder of this project
59
+
3. Make sure you installed `docker` and `make` in your host machine.
60
+
4. Run command `make up` to build & run, find this app on your host machine's port `8000`.
61
+
62
+
63
+
**Hint**: Check [docker-compose.yaml](./docker-compose.yaml), [Makefile](./Makefile) and [plugin.js](./tools/plugin.js) to make it fits your own preference.
0 commit comments