Revision 4cf8adf8 README.develop

b/README.develop
169 169
	$ ./bin/python manage.py loaddata db/fixtures/flavors.json
170 170
	$ ./bin/python manage.py loaddata db/fixtures/images.json
171 171

  
172
The following fictures can be loaded optionally depending on
172
The following fixtures can be loaded optionally depending on
173 173
testing requirements:
174 174

  
175 175
	$ ./bin/python manage.py loaddata db/fixtures/vms.json
176
	$ ./bin/python manage.py loaddata db/fixtures/initial_data.json
177 176
	$ ./bin/python manage.py loaddata db/fixtures/disks.json
178 177

  
179 178
7. Set the BACKEND_PREFIX_ID variable to some unique prefix, e.g. your commit
180 179
username 
181 180

  
182 181
8. Start the system
183
    $ ./bin/python db/db_controller.py  #DB synch daemon
184
    $ ./bin/python manage.py runserver  #Django
182
    $ ./bin/python db/db_controller.py  # DB synch daemon
183
    $ ./bin/python manage.py runserver  # Django
185 184

  
186 185
9. (Hopefully) Done
187 186

  

Also available in: Unified diff