blob: 528c3d28be7352f59e77d87bbacc24fbe8603025 [file] [log] [blame]
Andy Baviere4b346e2015-02-06 16:39:06 -05001The Dockerfile in this directory will build a Docker image for running
2XOS using the Django development server. Here's how to do it:
3
41. Currently planetstack/core/fixtures/initial_data.json is broken!
5 Overwrite this file with a working fixture, e.g., by dumping
6 portal.opencloud.us's database:
7
8 $ sudo /opt/xos/scripts/opencloud dumpdata
9
102. $ docker build -t xos .
11
123. $ docker run -t -i -p 8000:8000 xos
13
144. Now you will have a bash prompt as root inside the XOS container.
15 Start up XOS:
16
17 # /opt/xos/scripts/opencloud runserver
18
19You can access the XOS login at http:<server>:8000, where <server> is
Andy Baviera2065432015-02-06 16:49:59 -050020the name of the server running Docker.
21
22STILL TO DO
23-----------
24* Test Observer