Giter Club home page Giter Club logo

cartel-staging's Introduction

PAN

Circle CI Code Climate Test Coverage

TESTING

Setup

git clone https://github.com/tinkerbox/pan.git
cd pan
bundle install

Setup Environment Variable

cp .env.sample .env
# Update the .env accordingly

Setup Database

rake db:setup

Start Server

rails s -b 0.0.0.0
# Facebook oauth callback is set to http://0.0.0.0:3000/

Testing

Run these regularly

rake rspec
rubocop --auto-correct
rake slim_lint

development

1 - Every new feature or fix should be in a branch 2 - After creating a branch on SourceTree, and commiting fixes, you should push it to bitbucket. 3 - Open that branch on bitbucket, and if you are happy press Merge 4 - go back to master branch on your local machine, git pull the latest changes (the merged branch) 5 - git push heroku master, to deploy the master branch to heroku. 6 - You are done

Deploy to Heroku

Run on master branch rake production deploy If it gives permission denied error try git push heroku master

Branch Policy

  • master is the active development branch

Local development branch naming:

  • feature/<branch_name> for subtantial new feature or function
  • enhance/<branch_name> for minor feature or function enhancement
  • bugfix/<branch_name> for bug fixes

After done with local development, push it: git push -u origin <local_branch>

Tasks for April

1 - Create a new migration that Adds Location to Institution model. 2 - create a list in csv, with uni name and location. 3 - Improve the seeds file with locations and institution names, so that uses.

Tasks

cartel-staging's People

Contributors

alexanderkustov avatar eisacke avatar hassanmir92 avatar ocularch avatar oddlyzen avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.