How to install new infogami

Get the source:

$ hg clone http://infogami.org/src/infogami.new
$ cd infogami.new

Setup database:

$ createdb infogami
$ psql infogami < infogami/infobase/schema.sql

copy sample_run.py to run.py and modify the database settings and sitename.

$ python run.py --createsite
$ python run.py install

To run infogami:

$ python run.py
0.0.0.0:8080

or

$ python run.py startserver 9000
0.0.0.0:9000

Edit History Last Modified July 14, 2008