Skip to content

Commit

Permalink
removing minion table creation, minion does it automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
zombor committed Jun 11, 2011
1 parent 6040f85 commit 04db19e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 04db19e

Please sign in to comment.