A simple workflow management system, originally developed for use in Sample Management.
- Generate the web assets:
rake assetpack:build
- Start the web server and go to http://localhost:9292
bundle exec puma
rake
As with a rails 3 app, ./script/console opens up a console for maintenance and debugging.
The file ./app/manifest.rb is used to load the required files for the application. If new files are added, especially if they aren't required elsewhere in the application they must be added to the manifest. The task:
rake generate:manifest
Can be used to update the manifest file automatically.