Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct directory layout? #196

Closed
fredreichbier opened this issue Apr 6, 2012 · 2 comments
Closed

Correct directory layout? #196

fredreichbier opened this issue Apr 6, 2012 · 2 comments

Comments

@fredreichbier
Copy link
Contributor

Hey there!

I've got some trouble figuring out the preferred directory layout. For now, I've settled on this (for a brand new checkout):

make
cp -r files/* bin/
ln -s ~/.../plugins/bin ~/.../bin/plugins

Also, change the following in the config file:

system.path.data    = ".";
system.path.plugins = "plugins";
system.path.home    = ".";
system.pid_file     = "mineserver.pid";

And then run the server with bin/ as cwd.

But what's the preferred way? :D

@fador
Copy link
Owner

fador commented Apr 6, 2012

those plugins should be maybe copied there too..? So if people want to move the server stuff somewhere else, they just grab everything from bin/ ..=)

@Justasic
Copy link
Contributor

Justasic commented Apr 8, 2012

CMake seems to be installing the files incorrectly, I managed to fix it in my latest pull request (along with making cmake much easier to use)

@Nredor Nredor closed this as completed Apr 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants