Skip to content

Commit

Permalink
update readme to install with current repository situation
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Feb 15, 2012
1 parent 42028be commit 6e8b5f8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README
@@ -1,8 +1,10 @@
I installed it on my system the following way:
Install:

sudo zypper in rubygem-rails-2_3 rubygem-sqlite3 rubygem-gettext_rails rubygem-nokogiri memcached

Additional gems either from devel:languages:ruby:extensions (incompatible atm) or rubygems:
daemons, mongrel, ruby-debug, delayed_job (1.8.4)

sudo zypper ar -r http://download.opensuse.org/repositories/devel:/languages:/ruby:/extensions/openSUSE_Factory/devel:languages:ruby:extensions.repo
sudo zypper in rubygem-actionmailer rubygem-actionpack rubygem-activerecord rubygem-activeresource rubygem-activesupport rubygem-rails
sudo zypper in rubygem-sqlite3 rubygem-gettext_rails rubygem-nokogiri rubygem-delayed_job

cat > config/database.yml <<EOF
development:
Expand All @@ -14,4 +16,7 @@ EOF

rake db:migrate

git submodule init
git submodule update

./script/server

0 comments on commit 6e8b5f8

Please sign in to comment.