On 09/28/10 - 09:37:08AM, Ian Main wrote: > Signed-off-by: Ian Main <[email protected]> > --- > src/config/database.pg | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/src/config/database.pg b/src/config/database.pg > index 39fc32e..a727f23 100644 > --- a/src/config/database.pg > +++ b/src/config/database.pg > @@ -22,7 +22,13 @@ > # > # rake db:drop:all > # rake db:create:all > -# rake db:migrate (if you want production rather than the default of > 'development', simply export RAILS_ENV=production before running this command) > +# > +# If you are running this in /usr/share/deltacloud-aggregator, use: > +# sudo RAILS_ENV=production rake db:migrate > +# > +# or else just: > +# rake db:migrate > +# > # rake db:test:prepare > # > # And when there are changes to the database, simply run:
ACK -- Chris Lalancette _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
