2017-04-19 01:41:25 +00:00
|
|
|
# Concourse Cloudron App
|
2017-04-18 21:46:05 +00:00
|
|
|
|
2017-04-19 01:41:25 +00:00
|
|
|
This repository contains the Cloudron app package source for [Concourse](https://concourse.ci/) ATC and TSA.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
[![Install](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=ci.concourse.cloudron)
|
|
|
|
|
|
|
|
or using the [Cloudron command line tooling](https://cloudron.io/references/cli.html)
|
|
|
|
|
|
|
|
```
|
|
|
|
cloudron install --appstore-id ci.concourse.cloudron
|
|
|
|
```
|
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).
|
|
|
|
|
|
|
|
```
|
|
|
|
make build # Builds the Cloudron app
|
|
|
|
make install # Installs the app into Cloudron and runs it
|
|
|
|
make run # Ensures app is installed and prints all logs and begins tailing them
|
|
|
|
make uninstall # Uninstalls the app from Cloudron
|
|
|
|
make debug # Changes the current configuration to debug to set filesystem to read/write
|
|
|
|
make no-debug # Changes the current configuration out of debug
|
|
|
|
make run-worker # Runs a worker in an attached process
|
|
|
|
```
|
2017-04-19 01:24:23 +00:00
|
|
|
|
|
|
|
### Legal
|
|
|
|
|
|
|
|
Concourse is a trademark of Concourse in the U.S. and other countries.
|