Open source content-management-y API platform
Just clone the repo.
Mollusque depends on the following:
- Ruby 2.1.2, though it most likely works for anything back to 1.9.3. I just don't have Travis builds for them all out of niceness.
- PostgresSQL
- Unicorn
- Figaro for configuration
Setup should be fairly standard and obvious. I'll update this if anything strange or custom pops up.
To come!
- Fork it ( https://github.com/rsl/mollusque/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
