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

Getting started additional steps #10

Closed
MaerF0x0 opened this issue Jul 4, 2017 · 1 comment
Closed

Getting started additional steps #10

MaerF0x0 opened this issue Jul 4, 2017 · 1 comment
Labels

Comments

@MaerF0x0
Copy link

MaerF0x0 commented Jul 4, 2017

I had to do some additional stuff to start a new projects (on macosx)

brew install postgresql
brew services start postgresql
createuser -P myapp
createdb myapp
@nullbio nullbio added the readme label Jul 4, 2017
@nullbio
Copy link
Member

nullbio commented Jul 4, 2017

Hi @MaerF0x0. Because users have a choice of their database (could be MySQL, MariaDB, Postgres, and maybe more in the future) and each of these have their own unique installation procedures for every different operating system (Windows, MacOSX, Linux, etc), it would be difficult to cover this in the readme. This is also documentation that isn't being maintained by the people in charge of producing these installation mechanisms, and so if something were to change it wouldn't be reflected in the readme. That's why I've opted not to have database installation instructions included in the readme and it's left as an exercise to the user.

@nullbio nullbio closed this as completed Jul 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants