minor with docs
This commit is contained in:
parent
c68e42ad32
commit
72a8f1649d
2 changed files with 1 additions and 4 deletions
|
@ -35,7 +35,7 @@ postgres=# grant all privileges on database gancio to gancio;
|
||||||
1. Create a user to run gancio from
|
1. Create a user to run gancio from
|
||||||
```bash
|
```bash
|
||||||
sudo adduser gancio
|
sudo adduser gancio
|
||||||
su gancio
|
su - gancio
|
||||||
```
|
```
|
||||||
1. Install Gancio
|
1. Install Gancio
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -32,19 +32,16 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxtjs/auth": "^4.9.1",
|
"@nuxtjs/auth": "^4.9.1",
|
||||||
"@nuxtjs/axios": "^5.13.5",
|
"@nuxtjs/axios": "^5.13.5",
|
||||||
"@popperjs/core": "2.9.2",
|
|
||||||
"accept-language": "^3.0.18",
|
"accept-language": "^3.0.18",
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"bcryptjs": "^2.4.3",
|
"bcryptjs": "^2.4.3",
|
||||||
"body-parser": "^1.18.3",
|
"body-parser": "^1.18.3",
|
||||||
"bufferutil": "^4.0.1",
|
|
||||||
"config": "^3.3.6",
|
"config": "^3.3.6",
|
||||||
"consola": "^2.15.3",
|
"consola": "^2.15.3",
|
||||||
"cookie-parser": "^1.4.5",
|
"cookie-parser": "^1.4.5",
|
||||||
"core-js": "3.14.0",
|
"core-js": "3.14.0",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"date-fns": "^2.21.3",
|
|
||||||
"dayjs": "^1.10.5",
|
"dayjs": "^1.10.5",
|
||||||
"dompurify": "^2.2.9",
|
"dompurify": "^2.2.9",
|
||||||
"email-templates": "^8.0.7",
|
"email-templates": "^8.0.7",
|
||||||
|
|
Loading…
Reference in a new issue