Skip to content
Donapieppo edited this page Jun 4, 2013 · 2 revisions

Detailed installation notes.

We suggest to install ruby 2 with rvm.

git clone [email protected]:virtlab-unibo/cpkg-on-rails.git
cd cpkg-on-rails/
bunlde install 
cp doc/cpkg.rb.example config/initializers/cpkg.rb
rake db:schema:load

then edit config/initializers/cpkg.rb for configurations.

With

rake cpkg:users:create_admin_user

you can create the administrators account using google emails. The default authentication is omiauth with google.

Then fire rails

rails s

and visit the home page http://127.0.0.1:3000

Clone this wiki locally