This is a native module for Discourse on ApisCP. Native modules are shipped with ApisCP and require little changes to work.
cd /usr/local/apnscp
mkdir -p config/custom/webapps
git clone https://github.com/apisnetworks/apiscp-webapp-discourse config/custom/webapps/discourse
./composer dump-autoload -o
systemctl restart apiscp
ApisCP will restart during which time its internal caches will be updated with the new module location.
Happy coding!
All code within this repository has been relicensed under MIT by Apis Networks, INC.