setup-instructions
Rin 2022-11-21 18:11:49 +11:00
parent 3414cfbd90
commit e77d1821a7
Signed by untrusted user: Rin
GPG Key ID: 0C8733C13A7E1293
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ In the following instructions, replace USER with your *nix user name.
1. Give the postgres user rwx on your home folder. We used `sudo setfacl -m u:postgres:rwx /home/USER`.
2. Set up your user for postgres db creation with `sudo -u postgres createuser USER --createdb`.
3. Navigate to the root of this repo
4. Run `bundle config set --local path 'vendor/bundle'. This will store the all the ruby gems locally so that we can
4. Run `bundle config set --local path 'vendor/bundle`. This will store the all the ruby gems locally so that we can
avoid interfering with system config.
5. Run `bundle install`.
6. Run `yarn install`.