https://github.com/deric/chronos-deb-packaging
https://github.com/deric/chronos-deb-packaging
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/deric/chronos-deb-packaging
- Owner: deric
- License: apache-2.0
- Created: 2014-09-01T14:06:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T22:02:07.000Z (about 10 years ago)
- Last Synced: 2025-02-09T20:42:30.181Z (over 1 year ago)
- Language: Shell
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chronos Debian Packaging
## Usage
Check lastest release at [Chronos page](https://github.com/mesos/chronos/releases). Chronos could be easily run on Marathon (3rd option).
```
$ ./build_chronos --version 2.2.0
```
optionally you can specify patch version
```
$ ./build_chronos --version 2.2.0 --patch "-p1"
```
create tar archive for running on Marathon:
```
./marathon_chronos --version 2.3.4
```
## Requirements for building package
* Java
* Maven
* Node JS -- js minification
* FPM (and some version of Ruby) -- for building package
### wheezy
node.js in not included yet
```
apt-get install curl
curl -sL https://deb.nodesource.com/setup | bash -
```
### ubuntu trusty 14.04/jessie
nodejs should be included
```
apt-get install maven nodejs
```