Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2017
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.32 KB | None | 0 0
  1. minecraft@fergal]:(44.6kb)~/multicraft$ ./setup.sh
  2.  
  3. ***
  4. *** Welcome to Multicraft!
  5. ***
  6.  
  7. This installer will help you get Multicraft up and running.
  8. No changes are made to the system until all of the required information has been collected.
  9.  
  10. NOTE: This script automates the installation as described on the Multicraft website. Use it at your own risk.
  11.  
  12.  
  13. Run each Minecraft server under its own user? (Multicraft will create system users): [y]/n n
  14. Run Multicraft under this user: [minecraft]
  15. Install Multicraft in: [/home/minecraft/multicraft]
  16. Warning: '/home/minecraft/multicraft' exists! Continue installing in this directory? [y]/n y
  17. If you have a license key you can enter it now: [no]
  18. If you control multiple machines from one control panel you need to assign each daemon a unique ID (requires a Dynamic or custom license). Daem
  19. on ID? [1]
  20.  
  21.  
  22. Will the PHP frontend run on this machine? [y]/n
  23. User of the webserver: [www-data]
  24. Location of the PHP frontend: [/var/www/multicraft]
  25. Please enter a new daemon password (use the same password in the last step of the panel installer) [none]
  26.  
  27. Enable builtin FTP server? [y]/n
  28. IP the FTP server will listen on (empty for same as daemon): [51.15.6.223]
  29. FTP server port: [21] 9797
  30. Block FTP upload of .jar files and other executables (potentially dangerous plugins)? [y]/n n
  31.  
  32.  
  33.  
  34. MySQL is the recommended database type but it requires you to have a MySQL server available.
  35. SQLite is more light weight and it will work fine for small installations up to 10 servers.
  36. For multiple daemons on a single panel MySQL is required.
  37.  
  38. What kind of database do you want to use? [sqlite]/mysql mysql
  39.  
  40. NOTE: This is for the daemon config, the front end has an installation routine for database configuration and initialization.
  41. Database host: [127.0.0.1]
  42. Database name: [multicraft_daemon]
  43. Database user: [root]
  44. Database password: []
  45. ***
  46. *** Please use the control panel to initialize the database.
  47. ***
  48.  
  49.  
  50. NOTE: Any running daemon will be stopped!
  51. Ready to install Multicraft. Start installation? [y]/n
  52.  
  53. ***
  54. *** INSTALLING
  55. ***
  56.  
  57. Stopping daemon if running...
  58. Multicraft 2.1.1 - Minecraft Server Manager Daemon
  59. Configuration file not found: multicraft.conf, tried: [u'/home/minecraft/multicraft/bin', u'/home/minecraft/multicraft', u'/home/minecraft/mult
  60. icraft']
  61. Multicraft 2.1.1 - Minecraft Server Manager Daemon
  62. Configuration file not found: multicraft.conf, tried: [u'/home/minecraft/multicraft/bin', u'/home/minecraft/multicraft', u'/home/minecraft/mult
  63. icraft']
  64. done.
  65.  
  66. Creating directory '/home/minecraft/multicraft'
  67.  
  68. Ensuring the home directory exists and is owned and writable by the user
  69.  
  70. Installing 'bin/' to '/home/minecraft/multicraft/'
  71. cp: 'bin/' and '/home/minecraft/multicraft/bin' are the same file
  72. Installing 'jar/' to '/home/minecraft/multicraft/'
  73. cp: 'jar/' and '/home/minecraft/multicraft/jar' are the same file
  74. Installing 'launcher/' to '/home/minecraft/multicraft/'
  75. cp: 'launcher/' and '/home/minecraft/multicraft/launcher' are the same file
  76. Installing 'scripts/' to '/home/minecraft/multicraft/'
  77. cp: 'scripts/' and '/home/minecraft/multicraft/scripts' are the same file
  78. Installing 'templates/' to '/home/minecraft/multicraft/'
  79. cp: 'templates/' and '/home/minecraft/multicraft/templates' are the same file
  80. Installing 'eula.txt' to '/home/minecraft/multicraft/'
  81. cp: 'eula.txt' and '/home/minecraft/multicraft/eula.txt' are the same file
  82. Installing 'multicraft.conf.dist' to '/home/minecraft/multicraft/'
  83. cp: 'multicraft.conf.dist' and '/home/minecraft/multicraft/multicraft.conf.dist' are the same file
  84. Installing 'default_server.conf.dist' to '/home/minecraft/multicraft/'
  85. cp: 'default_server.conf.dist' and '/home/minecraft/multicraft/default_server.conf.dist' are the same file
  86. Installing 'server_configs.conf.dist' to '/home/minecraft/multicraft/'
  87. cp: 'server_configs.conf.dist' and '/home/minecraft/multicraft/server_configs.conf.dist' are the same file
  88.  
  89. Generating 'multicraft.conf'
  90.  
  91. Setting owner of '/home/minecraft/multicraft' to 'minecraft'
  92. Setting special file permissions
  93.  
  94. Creating directory '/var/www/multicraft'
  95. mkdir: cannot create directory ‘/var/www/multicraft’: Permission denied
  96. Installing PHP frontend files from 'panel/' to '/var/www/multicraft'
  97. cp: target '/var/www/multicraft' is not a directory
  98. cp: cannot create regular file '/var/www/multicraft': Permission denied
  99. Setting owner of '/var/www/multicraft' to 'www-data'
  100. chown: cannot access '/var/www/multicraft': No such file or directory
  101. Setting permissions of '/var/www/multicraft'
  102. chmod: cannot access '/var/www/multicraft': No such file or directory
  103. Temporarily starting daemon to set DB permissions.
  104. Multicraft 2.1.1 - Minecraft Server Manager Daemon
  105. Loading configuration from /home/minecraft/multicraft/multicraft.conf
  106. Starting daemon
  107. Permissions set, exiting.
  108.  
  109.  
  110. ***
  111. *** Installation complete!
  112. ***
  113. ***
  114.  
  115. PLEASE READ:
  116.  
  117. Before starting the daemon you need to run the control panel installer to initialize your database. (example: http://your.address/multicraft/in
  118. stall.php)
  119.  
  120. The daemon WILL NOT work correctly as long as the database hasn't been initialized.
  121.  
  122.  
  123. After running the control panel installer start the daemon using the following command:
  124. /home/minecraft/multicraft/bin/multicraft start
  125.  
  126.  
  127. If there are any issues, please check the log file: '/home/minecraft/multicraft/multicraft.log'
  128.  
  129.  
  130. After reading the instructions above, press [Enter] to continue.aa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement