---
 getting_started.txt |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/getting_started.txt b/getting_started.txt
index e0e32b6..a879144 100644
--- a/getting_started.txt
+++ b/getting_started.txt
@@ -158,20 +158,30 @@ This will run the deltacloud core server on port 3001.
 Setting up the aggregator
 -------------------------
 Now we need to setup the aggregator (which includes the UI).
-As your normal user:
+As your user who will run the aggregator:
 
 
 For SQLite:
     $ cd path/to/deltacloud/portal/src/config
-    $ mv database.sqlite database.yml
+    $ cp database.sqlite database.yml
+
+    NOTE:
+    The .sqlite3 file can be put in any location you desire, 
+    just update the relative paths in database.yml to point to the correct 
location.  
+    Also, you will need to take the following 2 steps:
+    1. Run rake db:migrate (as root) to create the db file and set it to be 
owned by 
+       the user who will run the aggregator.
+    2. Make sure the dir that the above file lives in is also writable by this 
user.
+
     $ rake db:create:all
     $ rake db:migrate
-    $ cd ../db
+    $ cd <wherever you put it>/db
 
     You should see the "development.sqlite" file there.
 
 For PostgreSQL:
     $ cd path/to/deltacloud/portal/src
+    $ cp database.pg database.yml
     $ rake db:create:all
     $ rake db:migrate
     $ rake db:test:prepare
-- 
1.6.6.1

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to