Jump to content

RagnaBox (rAthena in a Docker container)


Docker

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   2
  • Joined:  04/04/15
  • Last Seen:  

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 by Docker
  • Upvote 2
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

put it in [ code ] BBCode or paste it in https://gist.github.com/for better snippets.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

what is this ?? any description for this project ??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   2
  • Joined:  04/04/15
  • Last Seen:  

I need testers!

post-32268-0-77644300-1428561229_thumb.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...