git clonenpm install && npm run dev
vagrant upvagrant sshcd /srv/tgcbundle exec rails db:migrate && bundle exec rails db:seed./run-dev
npm installdocker-compose run web rake db:createdocker-compose run web rake db:migratedocker-compose run web rake db:seeddocker-compose up
If you want to talk to the database via PSequel you'll need these steps
vagrant ssh-confighost: localhostuser: postgresdb: globe_developmentssh host: globe.localssh port: 22ssh user: ubuntuid file :see vagrant ssh-config
You may need to access add this ssh connection to the known hosts via command line first (Ref: psequel/psequel#128)
ssh ubuntu@globe.local -vNL 5432:localhost:5432 -p 22 -i /path/to/.vagrant/machines/project/virtualbox/private_key -o ExitOnForwardFailure=yes -o ConnectTimeout=30 -o TCPKeepAlive=no -o ServerAliveInterval=10
Generate with bash bin/resize path/to/image.jpg