I've got a basic vagrant setup working for the Manchester CoderDojo Minecraft server build. Instructions on the GitHub page.
Next task is to get the chunked responses working so that you can see the python output appear in the browser as the code is running.
Friday, 3 October 2014
Vagrant Working for the Manchester CoderDojo Minecraft Server Build
Labels:
coderdojo,
minecraft,
programming
Subscribe to:
Post Comments (Atom)
3 comments:
Ok, now that I have booted, and connected to the vagrant, how do I start the server?
@Matty_C, two ways to start the servers:
1. run the vagrant provisioning: vagrant up --provision
2. vagrant ssh on to the server then run the script /vagrant/run-and-link.bash
Once that's going you can connect your Minecraft client to server 'localhost' on port 25565, and your web browser to http://localhost:8888/
Post a Comment