From: Tomas Sedovic <[email protected]> --- getting_started.txt | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/getting_started.txt b/getting_started.txt index 4fa880d..47570a1 100644 --- a/getting_started.txt +++ b/getting_started.txt @@ -78,14 +78,26 @@ 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: +If you want to develop using PostgreSQL database instead of the default SQLite, +install these, too: ruby-postgres postgresql postgresql-server -Postgresql database setup +Database +-------- +For development purposes we're using SQLite database which is much easier to +set up. + +However, we _strongly_ suggest using more suitable replacement (such as +PostgreSQL) in production. + +If you want to set up PostgreSQL, read the following section. SQLite users may +skip it and continue with "Setting up the drivers". + +PostgreSQL database setup ------------------------- Once you have the proper packages installed you have to setup the postgresql database. As root: -- 1.6.6.1 _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
