Skip to content

andneuma/lberg-map

 
 

Repository files navigation

Build Status

Local Development Environment

Some Dependencies you need:

clone the repository

get the common ruby version e.g. 2.1 at the moment (installation via RVM recommended or according to this post: ryanbigg.com/2014/10/ubuntu-ruby-ruby-install-chruby-and-you// )

get PostgreSQL 9.3 or a later version and libpq-dev

install nodejs

Inside the project folder run:

sudo gem install bundler

bundle install

createdb lberg-map_development

bin/rake db:migrate RAILS_ENV=development

Start the App with

rails s

You can access the site in the browser with 127.0.0.1:3000

or

localhost:3000

Dev admin access

You can enter the admin area with the credentials: User: admin pass: secret

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 67.7%
  • HTML 22.0%
  • CSS 6.6%
  • JavaScript 2.4%
  • Shell 1.3%