Webadmin does not load
#7
When you want to do an update, you need to execute this in the "mc-server" folder where you originally cloned the sources from GitHub:
Code:
git pull
git submodule update --init
make
"git pull" will download the changes in the source code for the main project, "git submodule ..." will download changes in the libraries and default plugins that the server uses, and the "make" command will compile the server from the changed sources. It will overwrite the old executable in the "MCServer" folder, so you should normally copy the entire folder somewhere else for running the server, and after the build overwrite that folder with the contents of the build folder:
Code:
mkdir ~/MCServer
cp -r ~/mc-server/MCServer* ~/MCServer
Reply
Thanks given by: asker


Messages In This Thread
Webadmin does not load - by asker - 04-13-2014, 09:02 PM
RE: Webadmin does not load - by xoft - 04-13-2014, 09:53 PM
RE: Webadmin does not load - by asker - 04-13-2014, 10:22 PM
RE: Webadmin does not load - by xoft - 04-13-2014, 10:25 PM
RE: Webadmin does not load - by asker - 04-13-2014, 10:34 PM
RE: Webadmin does not load - by bearbin - 04-13-2014, 11:06 PM
RE: Webadmin does not load - by xoft - 04-13-2014, 11:09 PM
RE: Webadmin does not load - by asker - 04-14-2014, 05:51 AM
RE: Webadmin does not load - by xoft - 04-14-2014, 05:58 AM
RE: Webadmin does not load - by tigerw - 04-14-2014, 06:06 AM
RE: Webadmin does not load - by bearbin - 04-14-2014, 06:13 AM



Users browsing this thread: 3 Guest(s)