mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
added packaging notes
This commit is contained in:
parent
fa16290bd1
commit
ebd0197911
24
README.md
24
README.md
@ -52,6 +52,30 @@ Usage of bin/content-server:
|
||||
-vardir="127.0.0.1:8081": where to put my data
|
||||
```
|
||||
|
||||
## 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](https://packagecloud.io/docs#cli_install)
|
||||
|
||||
```
|
||||
$ gem install package_cloud
|
||||
```
|
||||
|
||||
[FPM](https://github.com/jordansissel/fpm)
|
||||
|
||||
```
|
||||
$ gem install fpm
|
||||
```
|
||||
|
||||
Building package
|
||||
|
||||
```
|
||||
$ make package
|
||||
```
|
||||
|
||||
*NOTE: you will be prompted for Package Cloud credentials.*
|
||||
|
||||
## Testing
|
||||
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user