contentserver/pkg
2016-03-07 15:36:34 +01:00
..
build.sh added precise 2015-07-07 10:12:50 +02:00
README.md flattened project structure and listened to golint 2016-03-07 15:36:34 +01:00

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

FPM

$ 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.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request