|
8 سال پیش | |
---|---|---|
screenshots | 8 سال پیش | |
test | 8 سال پیش | |
.dockerignore | 8 سال پیش | |
.gitignore | 8 سال پیش | |
CHANGELOG | 8 سال پیش | |
CloudronManifest.json | 8 سال پیش | |
DESCRIPTION.md | 8 سال پیش | |
Dockerfile | 8 سال پیش | |
LICENSE | 8 سال پیش | |
POSTINSTALL.md | 8 سال پیش | |
README.md | 8 سال پیش | |
TODO | 8 سال پیش | |
config.json.template | 8 سال پیش | |
logo.png | 8 سال پیش | |
logo.svg | 9 سال پیش | |
start.sh | 8 سال پیش |
This repository contains the Cloudron app package source for NodeBB.
or using the Cloudron command line tooling
cloudron install --appstore-id org.nodebb.cloudronapp@latest
The app package can be built using the Cloudron command line tooling.
cd nodebb-app
cloudron build
cloudron install
The e2e tests are located in the test/
folder and require nodejs. They are creating a fresh build, install the app on your Cloudron, backup and restore.
cd nodebb-app/test
npm install
mocha --bail test.js
In the Administration panel, enable debug output in Settings
-> Logs
.
cloudron exec
# mongo -u "${MONGODB_USERNAME}" -p "${MONGODB_PASSWORD}" ${MONGODB_HOST}:${MONGODB_PORT}/${MONGODB_DATABASE}
db.getCollectionNames()
db.objects.find()