mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +00:00
update README
This commit is contained in:
14
README.md
14
README.md
@@ -113,13 +113,25 @@ Clone this repository:
|
||||
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
|
||||
cp whaticket/backend/.env.example 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 backend dependencies and run migrations:
|
||||
|
||||
Reference in New Issue
Block a user