From: Tomas Sedovic <[email protected]> --- getting_started.txt | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/getting_started.txt b/getting_started.txt index db4041e..4fa880d 100644 --- a/getting_started.txt +++ b/getting_started.txt @@ -64,6 +64,7 @@ $ git checkout -t origin/next This will get you to the latest and greatest stuff. + Installing packages ------------------- In order to make the deltacloud components work, you'll need to @@ -73,12 +74,17 @@ packages may vary): rubygem-rails rubygem-daemons rubygem-gettext_rails -postgresql -postgresql-server -ruby-postgres +rubygem-sqlite3-ruby rubygem-compass (this is not yet in Fedora, so you'll have to gem install) rubygem-haml (this is not yet in Fedora, so you'll have to gem install) +If you want to develop using PostgreSQL database instead of the default SQLite, install these, too: + +ruby-postgres +postgresql +postgresql-server + + Postgresql database setup ------------------------- Once you have the proper packages installed you have to setup the -- 1.6.6.1 _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
