generated from OBJNULL/Dockerized-Rust
Updated README
This commit is contained in:
parent
ee47d48af9
commit
f04dc72aa4
1 changed files with 5 additions and 3 deletions
|
|
@ -16,11 +16,13 @@ This project has a [Docker Image](https://git.objnull.net/NeurontalTeam/-/packag
|
||||||
|
|
||||||
First, create a server to store *StockMAPI* on. Run the following commands:
|
First, create a server to store *StockMAPI* on. Run the following commands:
|
||||||
```bash
|
```bash
|
||||||
wget https://git.objnull.net/NeurontalTeam/StockMAPI/src/branch/main/docker-compose.yml -O ~/docker-compose.yml
|
wget https://git.objnull.net/NeurontalTeam/StockMAPI/raw/branch/main/docker/docker-compose.yml -O ~/docker-compose.yml
|
||||||
wget https://git.objnull.net/NeurontalTeam/StockMAPI/src/branch/main/data/settings.yaml.template -O /srv/conf/settings.yaml
|
wget https://git.objnull.net/NeurontalTeam/StockMAPI/raw/branch/main/data/settings.yaml.template -O /srv/data/settings.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
Next, change the Docker-Compose to point towards the **/srv/conf** directory. Inside of that directory, edit the lines that you need to grab API Keys, Update the Database Password, etc.
|
Next, change the Docker-Compose to point towards the **/srv/conf** directory.
|
||||||
|
|
||||||
|
Inside of that directory, edit the lines that you need to grab API Keys, Update the Database Password, etc.
|
||||||
|
|
||||||
After that, run the following command and you'll be all set!
|
After that, run the following command and you'll be all set!
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue