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
2897a29a
Commit
2897a29a
authored
Feb 22, 2016
by
Michał Siwek
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #145 from create/master
Improve postgres post installation instructions
parents
4ec398e2
4507cc41
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 @
2897a29a
...
...
@@ -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'"
...
...
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