25 lines
547 B
Markdown
25 lines
547 B
Markdown
# Nginx Cloudron App
|
|
|
|
This repository contains the Cloudron app package source for Nginx.
|
|
|
|
## Installation
|
|
|
|
[![Install](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=org.nginx.cloudronapp)
|
|
|
|
or using the [Cloudron command line tooling](https://cloudron.io/references/cli.html)
|
|
|
|
```
|
|
cloudron install --appstore-id org.nginx.cloudronapp
|
|
```
|
|
|
|
## Building
|
|
|
|
The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).
|
|
|
|
```
|
|
cd nginx-app
|
|
|
|
cloudron build
|
|
cloudron install
|
|
```
|