Running the rake script below will
- Apply all schema scripts ending in .schemascript.xml found in the child schema directory.
- Execute all .sql scripts found in the child database directory.
- Edit the rakefile.rb to have your correct database configuration.
- If you've installed Dovetail Schema Editor to a non default path you'll need to edit
SCHEMAEDITOR_PATH
.
If you do not have rake already installed.
- Download the ruby installer for Windows.
- Go to a command prompt.
gem install rake
- Add required gems.
gem install albacore
- Run Rake to build and run unit tests.
rake
rake -T
will list all available tasks