Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (9 loc) · 474 Bytes

README.development.md

File metadata and controls

9 lines (9 loc) · 474 Bytes
  1. add devel:languages:ruby:extensions for your distro
  2. zypper in rubygem-bundler ruby-devel rubygem-pg
  3. git co git@github.com:openSUSE/mirrorpinky.git
  4. cd into your GIT checkout directory
  5. git submodule init && git submodule update
  6. svn co http://svn.mirrorbrain.org/svn/mirrorbrain/trunk/mb/famfamfam_flag_icons app/assets/images/famfamfam_flag_icons
  7. bundle install --path=bundle
  8. rails c # for the Rails console
  9. rails s # to start the builtin webserver