add configuration and move license
This commit is contained in:
parent
87269e3b70
commit
e7ce26a28b
10
README.md
10
README.md
@ -7,6 +7,9 @@ This is the server which will host the Alai game binaries, backend API that rece
|
|||||||
- Christohper Cromer
|
- Christohper Cromer
|
||||||
- Martín Araneda Acuña
|
- Martín Araneda Acuña
|
||||||
|
|
||||||
|
## License
|
||||||
|
The server is licensed under the [3-Clause BSD License](LICENSE).
|
||||||
|
|
||||||
## Backend API
|
## Backend API
|
||||||
|
|
||||||
The backend is written in *go* and uses gorm to handle its database schema.
|
The backend is written in *go* and uses gorm to handle its database schema.
|
||||||
@ -15,6 +18,10 @@ The backend is written in *go* and uses gorm to handle its database schema.
|
|||||||
|
|
||||||
The directory game should contain the binaries for Alai which will be exposed through nginx for downloading.
|
The directory game should contain the binaries for Alai which will be exposed through nginx for downloading.
|
||||||
|
|
||||||
|
## Configure
|
||||||
|
|
||||||
|
Before the server can be built and run, a *.env* file should be created based on *.env.example*. If the server is going to be public facing, make sure to change all the secrets and passwords to make it more secure.
|
||||||
|
|
||||||
## Build and run
|
## Build and run
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -26,6 +33,3 @@ docker-compose up -d --build
|
|||||||
```
|
```
|
||||||
docker-compose down
|
docker-compose down
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
|
||||||
The server is licensed under the [3-Clause BSD License](LICENSE).
|
|
Loading…
Reference in New Issue
Block a user