The source code for version 2 of the 5C Rideshare web application. Created by Brad Bain, Pavle Rohalj, and Adam Guo. Original version created by Jesse Pollak. Maintained by ASPC.
- Install Docker and Docker Compose
- Go to your cloned repository:
cd /path/to/5crideshare/
- Run
docker-compose up -d
- Go to localhost:3000/5crideshare
5CRideshare is hosted on Peninsula and deployment is managed using Capistrano. To deploy, run
docker-compose run web bundle exec cap production deploy
.