Docker Posted April 4, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 2 Joined: 04/04/15 Last Seen: April 14, 2015 Share Posted April 4, 2015 (edited) This project is a docker container running Ubuntu, Apache 2, MySQL 5, PHP5, FluxCP, rAthena char-server, rAthena map-server, and rAthena login-server, snapshotted at the moment just before setup begins. A 1-click (really copy-and-paste one command) way to run rAthena that still gives the user the option to modify if they want to - just swap out the rAthena git repo URL for your custom repo URL. That's right: all the ease of use of pre-compiled binaries with all the transparency and customization of open-source in one standardized, portable, stable, current package. 1) Install docker as described at http://www.docker.com/ 2) forward TCP 20000-20005 to your docker host. 3) Copy and paste this into your docker host terminal: docker run -it -p 20000:80 -p 20001:443 -p 20002:3306 -p 20003:5121 -p 20004:6121 -p 20005:6900 -v ~/Desktop/datastore/:/datastore/ -v ~/Desktop/datastore/etc-apache2/:/datastore/etc/apache2/ -v ~/Desktop/datastore/etc-mysql/:/datastore/etc/mysql/ -v ~/Desktop/datastore/usr-bin-rathena/:/datastore/usr/bin/rathena/ -v ~/Desktop/datastore/var-lib-mysql/:/datastore/var/lib/mysql/ --name Aegis georgegeorgulasiv/tritogeneia ... and wait a few minutes. When the terminal stops scrolling, proceed to step 4). 4) In your browser, open: (IP or hostname of the docker host):20000 5) As your password use: secretpassword 6) Give it your mysql login and password. Both are : ragnarok Your server is live. Github page for this project: http://github.com/VirtualEstatePlanner/Tritogeneia Dockerhub page for this project (featuring trusted Automated Builds) http://registry.hub.docker.com/u/georgegeorgulasiv/tritogeneia/ Edited April 13, 2015 by Docker 2 Quote Link to comment Share on other sites More sharing options...
Cydh Posted April 4, 2015 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 746 Joined: 06/16/12 Last Seen: February 21 Share Posted April 4, 2015 put it in [ code ] BBCode or paste it in https://gist.github.com/for better snippets. Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 6, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2368 Joined: 10/28/11 Last Seen: 20 hours ago Share Posted April 6, 2015 what is this ?? any description for this project ?? Quote Link to comment Share on other sites More sharing options...
Docker Posted April 9, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 2 Joined: 04/04/15 Last Seen: April 14, 2015 Author Share Posted April 9, 2015 I need testers! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.