update README

This commit is contained in:
canove
2020-08-25 18:19:34 -03:00
parent eae3a052b7
commit 7f1a2f6ca2

View File

@@ -113,13 +113,25 @@ Clone this repository:
git clone https://github.com/canove/whaticket whaticket git clone https://github.com/canove/whaticket whaticket
``` ```
Create the backend .env file and fill with database details: Create backend .env file and fill with details:
```bash ```bash
cp whaticket/backend/.env.example whaticket/backend/.env cp whaticket/backend/.env.example whaticket/backend/.env
nano whaticket/backend/.env nano whaticket/backend/.env
``` ```
```bash
NODE_ENV=
BACKEND_URL=https://api.mydomain.com
PROXY_PORT=443
PORT=8080
DB_HOST=
DB_USER=
DB_PASS=
DB_NAME=
```
Install puppeteer dependencies(Instructions in installation) Install puppeteer dependencies(Instructions in installation)
Install backend dependencies and run migrations: Install backend dependencies and run migrations: