Skip to content

rhokbrisbane/techgirls_community

Repository files navigation

Tech Girls are Superheroes - Community

Community area for Tech Girls are Superheroes

Started on 06/12/14 at RHoK Brisbane

Admin area

First admin user

Email Password
[email protected] password

Requirements

  • Ruby 2.1.5
  • PostgreSQL

Development setup

  • Copy the project and install its dependencies:

      git clone [email protected]:rhokbrisbane/techgirls_communtiy.git ~/projects/techgirls_communtiy
    
      cd ~/projects/techgirls_communtiy
    
      cp config/database.yml.example config/database.yml
    
      cp .env.example .env
    
      bundle install
    
      rake db:setup