Revision 60bf38e1 README

b/README
31 31
    to 
32 32
        ctype = self.request.META.get('CONTENT_TYPE', type_formencoded).split(";")[0]
33 33

  
34
3)On Ubuntu 10.04 (tested by mgogoulos) you'll have to install zmq-static with:
34
3) On Ubuntu 10.04 (tested by mgogoulos) you'll have to install zmq-static with:
35 35
        sudo aptitude install uuid-dev 
36 36
        ./bin/pip install pyzmq-static
37 37

  
38
4) Database initialization: [the following commands assume the DB is at "./database.sqlite"]
39
	recreate db, load db/fixtures/initial_data.json:
40

  
41
	$ rm database.sqlite
42
	$ bin/python manage.py syncdb
43

  
44
	load fixtures, as necessary [take a look under db/fixtures/]:
45
	$ bin/python manage.py loaddata db/fixtures/flavors.json
46
	$ bin/python manage.py loaddata db/fixtures/vms.json
47
	...

Also available in: Unified diff