hexparrot / mineos

python scripts for hosting and managing minecraft servers
Other
197 stars 63 forks source link

How to update from MineOS python based to node.js? #130

Closed AlexDicy closed 8 years ago

AlexDicy commented 8 years ago

Hi, the NodeJS version is really better than python based, so how to update to node? Servers config files are the same? Thank you.

hexparrot commented 8 years ago

There is no upgrade path mostly because the installation path for any of the web-uis are so platform-dependent. The instructions to systematically remove the python webui depend specifically on the method you used to install it, then following that, you have to use the corresponding installation steps to get the new webui.

It isn't possible to write up such instructions without introducing tons of room for user-error, which is likely to be far more confusing and cumbersome than a fresh install would be, with the OS and all components current and built clean.

You can, however, take archives created from your old setup and import them using the new webui.

TL;DR it is possible to remove all the components of the Python webui, but my experience with various users attempting this typically end up doing a new install instead.

AlexDicy commented 8 years ago

Done and work fine thank you