mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 02:10:18 +01:00
further imporved readme
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
# template of the .env file
|
||||
```
|
||||
ADMIN_PASSWORD = 'admin password here'
|
||||
HOST = '10.192.64.61'
|
||||
HOST = 'traque.rezel.net'
|
||||
PORT = 3001
|
||||
SSL_KEY = "key.pem"
|
||||
SSL_CERT = "server.crt"
|
||||
```
|
||||
SSL_KEY = "../proxy/ssl/privkey.pem"
|
||||
SSL_CERT = "../proxy/ssl/cert.pem"
|
||||
```
|
||||
# Run dev version
|
||||
First install the dependencies
|
||||
```
|
||||
npm install
|
||||
```
|
||||
Then run the server
|
||||
```
|
||||
npm start
|
||||
```
|
||||
Make sure an uploads folder is present in the root directory of the backend
|
||||
2
traque-back/uploads/.gitignore
vendored
2
traque-back/uploads/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user