Skip to content

zipzob/netz39fees

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netz39Fees

Project setup

Install RVM

gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
curl -sSL https://get.rvm.io | bash -s stable

Install Ruby XXX

rvm install 2.4.1

Get source code

git clone git@github.com:netz39/netz39fees.git
cd netz39fees
# ...
bundle update
bundle install
# rm Gemfile.lock
# bundle install
# ...
Save Changes to Gemfile.lock to git after successful update ;)
# ...
rake db:setup RAILS_ENV=development
rake db:seed RAILS_ENV=development
# ... develop ... and eventually do
rake db:migrate RAILS_ENV=development

# Start server
ruby script/rails server

# Open Browser at http://localhost:3000/

Start server

About

A web application for fees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 61.1%
  • HTML 34.7%
  • CSS 2.0%
  • JavaScript 1.3%
  • CoffeeScript 0.9%