Setup script #66

Merged
elegaanz merged 11 commits from setup-script into master 6 years ago
elegaanz commented 6 years ago (Migrated from github.com)

When we run Plume, check that the database is ready, and that the instance have been created. If it is not, create the database, run migrations, and ask a few questions to set up the instance and create the admin.

Fix #47

When we run Plume, check that the database is ready, and that the instance have been created. If it is not, create the database, run migrations, and ask a few questions to set up the instance and create the admin. Fix #47
trinity-1686a reviewed 6 years ago
Owner

did you actually wanted to commit a secret key?

did you actually wanted to commit a secret key?
elegaanz (Migrated from github.com) reviewed 6 years ago
elegaanz (Migrated from github.com) commented 6 years ago

No it's a mistake. I should remove the .env file.

No it's a mistake. I should remove the `.env` file.
trinity-1686a approved these changes 6 years ago
Owner

I think it's not a table but a database

I think it's not a table but a database
Owner

Shouldn't it be on which ip?

Shouldn't it be on which ip?
elegaanz (Migrated from github.com) reviewed 6 years ago
elegaanz (Migrated from github.com) commented 6 years ago

(oops, forgot to change that after having copy/pasted the previous lines)

(oops, forgot to change that after having copy/pasted the previous lines)

Reviewers

trinity-1686a approved these changes 6 years ago
The pull request has been merged as dfd303403b.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b setup-script master
git pull origin setup-script

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff setup-script
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#66
Loading…
There is no content yet.