MetPlus is a non-profit that aim to help the people of Detroit, and hopefully Michigan, to find a job that suits them. The vision of the client is to create one application(PETS) that would allow the users to find the a job and for companies to find employers.
Project Overview
The PETS system is a web platform where the Job Seekers and the Companies can find each other. The platform will try to match all the skills of the Job Seekers and the skills needed by the Companies creating a pool of possible Jobs or Candidates...Read more
Project Setup
Find instructions for getting started here. (Note: assumes you already have a working Ruby on Rails development environment)
Project Workflow
Learn about our project workflow process here.
See the whole wiki: https://github.com/AgileVentures/MetPlus_PETS/wiki
==========================
-
Create the Postgres Database
ssh [email protected] postgres:create metplus-pets-production
-
Create the Application
ssh [email protected] apps:create metplus-pets-production
-
Link Mongo Database with Application
ssh [email protected] postgres:link metplus-pets-production metplus-pets-production
-
Configure application
ssh [email protected] config:set
-
Create remote to push application to
git remote add production [email protected]:metplus-pets-production
-
Deploy to production
git push production master