Navigation Menu

Skip to content

advance2030/advance2030

Repository files navigation

Welcome to Advance2030!

Developer Instructions

  1. If you do not have Ruby setup, please see our getting started instructions
  2. If you do not have Git installed, you can download it for your system at http://git-scm.com
  3. If you are running Windows or Linux, install sqlite3 by following these instructions
  4. After you have Ruby setup and a development environment ready, install Bundler for managing gem dependencies by running:
    gem install bundler
  5. Fork the advance2030 repository on Github by logging in with your account and clicking the “Fork” button (see http://help.github.com/forking/ for help)
  6. Clone the repository by running the following command in a command line terminal:
    git clone git@github.com:<YOUR GITHUB USERNAME>/advance2030
  7. Switch to the advance2030 directory (cd advance2030)
  8. Install all bundled gems by running
    bundle install
  9. Setup the database by running
    rake db:migrate
  10. Fire up the server by running
    ruby script/server

Workflow Details

After you have finished making changes and are ready for them to go public, follow the instructions under “Pushing your Changes” at http://help.github.com/forking/. The build master will be alerted of your request and eventually merge your changes into the mainline codebase. To keep your copy of the application up to date with the mainline see the instructions under “Pulling in Upstream Changes” at http://help.github.com/forking/.

About

The new Cleveland 20/30 Club Website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published