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.
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 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 |
---|---|---|
|
@@ -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). | ||
|