Sha256: 68eff7f01540557e86537a752b8082c25243692e7c34876ac4e928ac766467e1

Contents?: true

Size: 548 Bytes

Versions: 2

Compression:

Stored size: 548 Bytes

Contents

I am using debian, so here are a few commands I use:
# apt-get install ruby
# apt-get install postgresql
# apt-get install libpgsql-ruby1.6
# apt-get install libredcloth-ruby
# apt-get install irb


Once you have everything set up (ruby, postgresql, redcloth, irb), you can
launch parlement thus:
~ cd parlement
~ psql -q template1 -f db/schema.sql
~ ruby lib/data_import.rb
~ ruby ./script/server

The database is setup for user "manu", you may need to change the file
config/database.yml for your own settings.

Now you can go to localhost:3000

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
parlement-0.1 README
parlement-0.2 README