mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
970 B
970 B
Packaging & Deployment
In order to build packages and upload to Package Cloud, please install the following requirements and run the make task.
Package Cloud Command Line Client
$ gem install package_cloud
$ gem install fpm
Building package
$ make package
NOTE: you will be prompted for Package Cloud credentials.
Testing
$ git clone https://github.com/foomo/contentserver.git
$ cd contentserver
$ make test
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests and examples for any new or changed functionality.
- Fork it
- 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 new Pull Request