Skip to content
Snippets Groups Projects
Commit a961ed2c authored by Alain Sinzig's avatar Alain Sinzig
Browse files

README.md: Order of instructions

parent b6ccb5fe
Branches main
No related merge requests found
......@@ -86,11 +86,6 @@ as a submodule (or put your own repo in ./data/sos-maths):
git submodule update --init
```
Make sure the `./data/sos-maths` folder is owned by the UID/GID mentioned in `.env`:
```
sudo chown -R 1000:1000 data/sos-maths/
```
Now, we have to generate a config. Create a file called `.env` from the sample `sample.env` file,
and modify it to your liking. **Make sure to change the database password**
```bash
......@@ -98,6 +93,11 @@ cp sample.env .env
nano .env # If you're on WSL you can also edit it using the file explorer -> normal text editor
```
Make sure the `./data/sos-maths` folder is owned by the UID/GID mentioned in `.env`:
```
sudo chown -R 1000:1000 data/sos-maths/
```
## Usage - Linux - Development
Turn on sos-maths so it runs (by default) on `0.0.0.0:80` (or `8080` depending on which port you chose in `compose.yaml`):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment