Arre is named after this video
An executable file is provided to avoid installing the required npm packages and simplify running process:
- Clone.
cd /root
git clone https://github.com/arhemd/arre.git
- Create
/root/arre/users
file and initialize (use users-sample in order to understand the template)
vim /root/arre/users
-
Put certificates in
/root/arre/secrets/
-
Use
iptables-setup.sh
to set required iptables rules.
bash /root/arre/iptables-setup.sh
#Enter the port you want to manage.
- Run
app
in the background and enjoy!
/root/arre/app & >> /root/arre/log
- Clone.
cd /root
git clone https://github.com/arhemd/arre.git
- Create
/root/arre/users
file and initialize (use users-sample in order to understand the template)
vim /root/arre/users
-
Put certificates in
/root/arre/secrets/
-
Use
gharb-up.sh
to set required iptables rules and install nodejs and required packages
bash /root/arre/gharb-up.sh
- Run
app.js
in the background
forever start -a -o /root/arre/login/log /root/arre/app.js