Commit a87b993d authored by Jeff Pyke's avatar Jeff Pyke Committed by Michał Siwek

Improve postgres post installation instructions

parent 7a534648
......@@ -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