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

Initialize PostgreSQL database #3

Open
KixPanganiban opened this issue Apr 21, 2017 · 3 comments
Open

Initialize PostgreSQL database #3

KixPanganiban opened this issue Apr 21, 2017 · 3 comments

Comments

@KixPanganiban
Copy link
Member

No description provided.

@le3bl
Copy link
Contributor

le3bl commented May 5, 2017

Database needs created on AWS. A Laravel connection to this database needs to be created. The Laravel application should point to this connection. The db migration scripts also need ran on the server.

@le3bl
Copy link
Contributor

le3bl commented May 5, 2017

To create the tables in the db run this command in terminal:
php artisan migrate
(note: I had to delete the update user ids script to migrate properly)

@noahtallen
Copy link
Contributor

I think this can be closed now. The local database is working fine in Vagrant.

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

No branches or pull requests

3 participants