Commit 2897a29a authored by Michał Siwek's avatar Michał Siwek

Merge pull request #145 from create/master

Improve postgres post installation instructions
parents 4ec398e2 4507cc41
......@@ -20,6 +20,7 @@ class Postgres < Package
puts "Installation success!"
puts "To get started, you need to initialize a database directory"
puts "'echo \"export PATH=/usr/local/pgsql/bin:$PATH\" >> ~/.bashrc'"
puts "'source ~/.bashrc'"
puts "'sudo chown chronos:chronos /usr/local/pgsql/data'"
puts "'sudo chmod 700 /usr/local/pgsql/data'"
puts "'initdb -D /usr/local/pgsql/data'"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment