Skip to content

Commit

Permalink
Adding minion migrations and tracking submodules for schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
zombor committed Jun 11, 2011
1 parent ade185c commit 0b42d33
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 349 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Expand Up @@ -34,3 +34,9 @@
[submodule "test/features/default"]
path = test/features/default
url = git://github.com/zombor/Goutte-for-Behat.git
[submodule "modules/minion-core"]
path = modules/minion-core
url = https://github.com/kohana-minion/core.git
[submodule "modules/minion-migrations"]
path = modules/minion-migrations
url = https://github.com/kohana-minion/tasks-migrations.git
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -35,9 +35,10 @@ 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. Install the database: Run the schema.sql file located in application/schema/
* The schema file 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.
3. Make sure the application/photos/ directory is writable by the webserver
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.
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
344 changes: 0 additions & 344 deletions application/schema/schema.sql

This file was deleted.

1 change: 1 addition & 0 deletions minion
1 change: 1 addition & 0 deletions modules/minion-core
Submodule minion-core added at ec0be0
1 change: 1 addition & 0 deletions modules/minion-migrations
Submodule minion-migrations added at 89932a
2 changes: 1 addition & 1 deletion modules/vendo-billing

0 comments on commit 0b42d33

Please sign in to comment.