Table of Contents
Visit setup.blacket.org in your browser in order to generate a config file for your Blacket server instance.
The following packages need to be installed before building:
-
NodeJS
cd ~ curl -sL https://deb.nodesource.com/setup_18.x -o /tmp/nodesource_setup.sh sudo bash /tmp/nodesource_setup.sh sudo apt install nodejs
-
Clone the repository into your home folder:
cd /tmp git clone https://github.com/XoticLLC/setup.blacket.org.git mv -v /tmp/setup.blacket.org ~/setup.blacket.org
-
Move to the directory and install dependencies:
cd ~/setup.blacket.org npm i
-
Build the app:
npm run build
Distributed under the GPL-3.0 License. See LICENSE
for more information.