We recomment to use Railsinstaller - railsinstaller.org - to set up Ruby On Rails on Windows or OsX
* Ruby 1.9.3 * Rails 3.2 * Bundler * Git * Sqlite * TinyTDS * SQL Server Support * DevKit
Follow the instructions on railsapps.github.io/installrubyonrails-ubuntu.html to set up Rails on a Linux distribution
-
install a git repository browser and clone the git repository from github.com (we recommend to use smartgit, as it’s one of the most userfriendly tools available)
-
the wepapps backend is based on a postgresql database. (postgresql.org) (if you would like to view the db tables outside the app, install pgadmin from the same publisher. You’ll need to set up a login role in your local postgresql database (you can find further information on login roles at www.postgresqltutorial.com/postgresql-roles/).
Credentials for the login role are
* username: notizverwaltung * password: notizverwaltung
-
start the ruby command line tool and navigate to your local repository folder
-
run “gem install rails”
-
run “bundle install” to download missing plugins
-
run “ruby update”
-
run “rake db:setup” to generate the database
-
run “rails server” to start the server
-
if you open “localhost:3000” in your webbrowser you will see the webapps index page