npm
python
pip
npm install
sudo npm run build
or in watch mode :
sudo npm run build -- -w
pip install -r requirements.txt
MODE="[SSH|LOCAL]" \
SECRET="secret" \
LOC_HOST="127.0.0.10" \
LOC_WDIR="/path/to/local/javascript/folder" \
FTP_WDIR="/path/to/distant/javascript/folder" \
FTP_USER="ftp_username" \
FTP_PASS="ftp_password" \
FTP_HOST="y.y.y.y" \
python /path/to/adacraft-ide/main.py
python auth.py secret username
this command generates a token. You can now connect to the server with the token :