Somatics is a default Ruby on Rails project that kick-starts your next Rails project.
Read the next paragraph for a quickstart.
These 4 simple steps are the essentials to get you smoothly up and running…
- Create your own config/database.yml (you can copy one of the sample files in there and edit it)
- Open a shell and run rake db:create db:migrate to create your database and setup the prepared defaults.
- Start your server with ./script/server
- Open up http://localhost:3000 and login with username ‘admin’ and password ‘password’.
Somatic is open source software and relies on your contributions to grow!
GitHub always contains the latest BaseApp code. Fork your own development branch here if you wish to contribute code.
Pull requests should be send to ‘inspiresynergy’ to include them in the main Somatics code base.
Bug reports and feature requests should be posted in LightHouse.
Bugs always have priority over new features! But, you’re free to help out with whatever you want.
Somatics is developed by Inspire Synergy – Benjamin Wong, Gary Or and a whole bunch of cool contributors.
Somatics is released to the public under the MIT license.