Changes

From Amahi Wiki
Jump to: navigation, search
950 bytes added ,  00:55, 16 July 2012
Saving Tekkit instructions
=Installing McMyAdmin=
 
Minecraft server with web-based front end for server management.
By default the web interface can only be accessed from the machine it is running on. To make it available from another machine the entry passwordmd5 in McMyAdmin.conf.default must be changed.
 
==Installing the Minecraft Server==
==Installing the Tekkit Server==
[http://www.technicpack.net/tekkit/ Tekkit] is a collection of Minecraft mods that allows for more advanced gameplay. The purpose of this tutorial is to illustrate the installation of Tekkit on your HDA.
* s
[http://www.technicpack.net/tekkit/ Tekkit] is a collection of Minecraft mods that allows for more advanced gameplay. The purpose of this tutorial is to illustrate the installation of Tekkit on your HDA. All commands below are for the terminal.
*Navigate to the default hda web-apps folder
cd /var/hda/web-apps/mcmyadmin
*Create a folder for Tekkit and get in the folder:
mkdir tekkit
cd tekkit
*Download the latest Tekkit server zip file from [http://www.technicpack.net/tekkit/ here]. Replace my link below with your own latest one.
wget http://mirror.technicpack.net/files/Tekkit_Server_3.0.4.zip
*Extract the zip file with unzip. Replace name of file with your own latest one.
yum install unzip
ls
unzip Tekkit_Server_3.0.4.zip
*Create startup script for Tekkit. Note that 1500M stands for the number of megabytes of ram you are letting Tekkit use potentially. The 512M stands for the number of megabytes of ram you let Java use at startup.
nano start.sh
#!/bin/sh
sh -Xmx 1500M -Xms512M -jar Tekkit.jar
*Give permissions to the script.
chmod +x start.sh
*Start Tekkit
./start.sh
[[Category:Apps]]
110

edits