5.2 HOW DO WE GET AN APP ON OUR SERVER?
- We need a Git repository!
- Use HTTPS
- Example: https://github.com/ga-chicago/wedding-rsvp.git
- We also need a working database!
- Opening PSQL
- Copy / run migrations + hit enter
- Exit with \q
- Change into the directory
bundlenohup bundle exec rackup -p 80 --host 0.0.0.0