nginx-app/README.md

25 lines
547 B
Markdown
Raw Permalink Normal View History

2017-05-04 16:27:37 +00:00
# Nginx Cloudron App
2016-12-12 11:04:16 +00:00
2017-05-04 16:27:37 +00:00
This repository contains the Cloudron app package source for Nginx.
2016-12-12 11:04:16 +00:00
## Installation
2017-05-04 16:27:37 +00:00
[![Install](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=org.nginx.cloudronapp)
2016-12-12 11:04:16 +00:00
or using the [Cloudron command line tooling](https://cloudron.io/references/cli.html)
```
2017-05-04 16:27:37 +00:00
cloudron install --appstore-id org.nginx.cloudronapp
2016-12-12 11:04:16 +00:00
```
## Building
The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).
```
2017-05-04 16:27:37 +00:00
cd nginx-app
2016-12-12 11:04:16 +00:00
cloudron build
cloudron install
```