Donate 💰 with PayPal keeps the KIRI server alive and some coffee for the maintainers
All guides in Ubuntu.
- Prepare one user and add to
sudogroup. Then login as that user. - Install Java 8 (
sudo apt install openjdk-8-jre openjdk-8-jdk) - Install Git (
sudo apt-get install git) - Clone repository (
git clone https://github.com/projectkiri/NewMenjangan.git) - Configure database parameter: set appropriate values in
~/NewMenjangan/dist/etc/mysql.properties - Test NewMenjangan that it is capable to run:
- Update
dist/NewMenjangan.sh, set the value ofNEWMJNSERVE_HOMEpart into your own directory (Basically that's where yourNewMenjangan.shresides) - In
dist/, type./NewMenjangan.sh - Type
Ctrl+Cto exit
- Update
- Register in cronjob to execute at start:
- Type
crontab -e - Add this line:
@reboot /home/pascal/NewMenjangan/dist/NewMenjangan.sh(change my name with your username)
- Type