Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add password-less DB setup as option #1740

Merged
merged 1 commit into from
Jul 12, 2018

Conversation

dev-zero
Copy link
Contributor

as requested in PR #1721

@codecov-io
Copy link

codecov-io commented Jul 11, 2018

Codecov Report

Merging #1740 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1740   +/-   ##
========================================
  Coverage    57.13%   57.13%           
========================================
  Files          275      275           
  Lines        33912    33912           
========================================
  Hits         19377    19377           
  Misses       14535    14535

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 80e0ca2...f428855. Read the comment docs.


$ brew install postgresql
$ pg_ctl -D /usr/local/var/postgres start

To manually create a database for AiiDA that will later be used in the configuration with ``verdi setup``, you should follow these instructions.
First you will need to run the program ``psql`` to interact with postgres and you have to do so as the ``postgres`` user that was created upon installing the software.
To assume the role of ``postgres`` run as root::
To assume the role of ``postgres`` by run as root::
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either "To assume ... run as root" or "Assume the role ... by running as root"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, sorry, didn't actually mean to change that line

@dev-zero dev-zero force-pushed the feature/document-password-less-db branch from 70f2592 to f428855 Compare July 11, 2018 11:01
@DropD
Copy link
Contributor

DropD commented Jul 11, 2018

I restarted the travis build, since the ssh connection dropped there

@DropD DropD merged commit 75473e7 into aiidateam:develop Jul 12, 2018
@dev-zero dev-zero deleted the feature/document-password-less-db branch August 31, 2018 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants