forked from vendo/vendo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing minion table creation, minion does it automatically
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,7 @@ Vendo has many parts: | |
If you just want to demo the whole vendo-application, do: | ||
|
||
1. Check out this repository with the --recursive flag to catch all the submodules (there are a few of them) | ||
2. Create a database, and run this SQL: `https://raw.github.com/kohana-minion/tasks-migrations/develop/minion_schema.sql` | ||
3. Install the schema: Run `./minion db:migrate` from the root of the repository. | ||
2. Install the schema: Run `./minion db:migrate` from the root of the repository. | ||
* The schema files contains table creation for users and roles. If you don't need this (if you are bolting this onto an existing application), simply omit it. | ||
* The default admin user's login credentials are: | ||
* Email: [email protected] | ||
|