louisthomas / MetPlus_PETS

Front End for the MetPlus project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metplus

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.

Public Employment Tracking System – P.E.T.S.

www.petsworkforce.com

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

==========================

  • Semaphore Build Status / Build Status
  • Code Climate Code Climate
  • Test Coverage Test Coverage
  • Waffle Stories in Progress

Deployment with Dokku

  1. Create the Postgres Database ssh dokku@agileventures.azure postgres:create metplus-pets-production

  2. Create the Application ssh dokku@agileventures.azure apps:create metplus-pets-production

  3. Link Mongo Database with Application ssh dokku@agileventures.azure postgres:link metplus-pets-production metplus-pets-production

  4. Configure application ssh dokku@agileventures.azure config:set

  5. Create remote to push application to git remote add production dokku@agileventures.azure:metplus-pets-production

  6. Deploy to production git push production master

About

Front End for the MetPlus project

License:GNU General Public License v3.0


Languages

Language:Ruby 62.4%Language:HTML 16.0%Language:Gherkin 11.4%Language:JavaScript 8.9%Language:CSS 1.0%Language:CoffeeScript 0.3%