Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
a87b993d
Commit
a87b993d
authored
Feb 15, 2016
by
Jeff Pyke
Committed by
Michał Siwek
Feb 24, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve postgres post installation instructions
parent
7a534648
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
packages/postgres.rb
packages/postgres.rb
+1
-0
No files found.
packages/postgres.rb
View file @
a87b993d
...
@@ -20,6 +20,7 @@ class Postgres < Package
...
@@ -20,6 +20,7 @@ class Postgres < Package
puts
"Installation success!"
puts
"Installation success!"
puts
"To get started, you need to initialize a database directory"
puts
"To get started, you need to initialize a database directory"
puts
"'echo
\"
export PATH=/usr/local/pgsql/bin:$PATH
\"
>> ~/.bashrc'"
puts
"'echo
\"
export PATH=/usr/local/pgsql/bin:$PATH
\"
>> ~/.bashrc'"
puts
"'source ~/.bashrc'"
puts
"'sudo chown chronos:chronos /usr/local/pgsql/data'"
puts
"'sudo chown chronos:chronos /usr/local/pgsql/data'"
puts
"'sudo chmod 700 /usr/local/pgsql/data'"
puts
"'sudo chmod 700 /usr/local/pgsql/data'"
puts
"'initdb -D /usr/local/pgsql/data'"
puts
"'initdb -D /usr/local/pgsql/data'"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment