|
@@ -0,0 +1,23 @@
|
|
|
+# NodeBB Cloudron App
|
|
|
+
|
|
|
+This repository contains the Cloudron app package source for [NodeBB](https://github.com/NodeBB/NodeBB/).
|
|
|
+
|
|
|
+## Installation
|
|
|
+
|
|
|
+[](https://cloudron.io/button.html?app=org.nodebb.cloudronapp)
|
|
|
+
|
|
|
+or using the [Cloudron command line tooling](https://cloudron.io/references/cli.html)
|
|
|
+
|
|
|
+```
|
|
|
+cloudron install --appstore-id org.nodebb.cloudronapp@latest
|
|
|
+```
|
|
|
+
|
|
|
+## Building
|
|
|
+
|
|
|
+The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).
|
|
|
+
|
|
|
+```
|
|
|
+cd nodebb-app
|
|
|
+cloudron build
|
|
|
+cloudron install
|
|
|
+```
|