Skip to content

Commit

Permalink
Adding admin u/p to README
Browse files Browse the repository at this point in the history
  • Loading branch information
zombor committed Jun 11, 2011
1 parent 0b42d33 commit 6040f85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ If you just want to demo the whole vendo-application, do:
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.
* 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]
* Password: test
4. Make sure the application/photos/ directory is writable by the webserver

If you'd like to use Vendo to develop your e-commerce application, you can omit the vendo-application module, and use the other four (you still need the database).
Expand Down

0 comments on commit 6040f85

Please sign in to comment.