Updated README

This commit is contained in:
Maddox Werts 2025-02-11 12:43:39 -05:00
parent ee47d48af9
commit f04dc72aa4

View file

@ -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:
```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/src/branch/main/data/settings.yaml.template -O /srv/conf/settings.yaml
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/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!
```bash