Changes

From Amahi Wiki
Jump to: navigation, search
2 bytes removed ,  23:21, 10 February 2011
no edit summary
Minecraft server with web-based front end for server management.
<code>#!/bin/bash
# Install dependancies
mkdir /var/hda/web-apps/mcmyadmin
 
wget -P /var/hda/web-apps/mcmyadmin http://www.phonicuk.com/Downloads/McMyAdmin-latest.zip
 
unzip /var/hda/web-apps/mcmyadmin/McMyadmin-Latest.zip -d /var/hda/web-apps/mcmyadmin/
 
chmod +x /var/hda/web-apps/mcmyadmin/start.sh