GithubHelp home page GithubHelp logo

pigeon-post's Introduction

README

Local Development

Clone the carrier-pigeon repo on your local machine.

  1. Install ruby

  2. Install nodejs here

  3. Install postgres using gem install pg.

  4. Install rails using gem install rails.

The above steps have their own dependencies that you might need to install first.

  1. Try running rails db:create. If this fails because of a missing user, create a user called postgres with the password root. Then re-run rails db:create rails db:migrate and rails db:seed.

In a terminal, run rails s from the pigeonpost-backend dir. Navigate to http://localhost:3000/ to see your local server.

If you get an error about a missing db, run rails db:create and then try starting the server again.

Deployment

The backend app will be automatically deployed when we commit to master.

To manually deploy:

I believe you need to make a heroku account before I can add you as a collaborator. If you send me the email you used I can add you to the host.

If the deploy has a migration, run heroku run rake db:migrate first.

Run git push heroku master from the root directory of the project.

pigeon-post's People

Contributors

wugologist avatar zjohl 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.