Life 333 Posted September 19, 2016 Popular Post Report Share Posted September 19, 2016 Things you'll need; This is the hidden content, please Sign In or Sign Up This is the hidden content, please Sign In or Sign Up This is the hidden content, please Sign In or Sign Up First, make sure you have the files above, start by opening the Src and Client in Eclipse. Next, in the files you'll want to install MongoDB, aswell as make a new folder in your C drive named "Data" without quotes. Inside the "Data" folder, create a new folder named "db" without quotes. Now, find your Environmental Variables and edit PATH with this: "C:\Program Files\MongoDB\Server\3.2\bin;" Good, now next open up the Gradle link, and click and drag the 'Install' button onto Eclipse and let it install, after it's done it'll need to restart Eclipse, select yes. Next, right click the Source folder, go to Configure>Add Gradle Nature Now you should have like 9 errors, don't worry about them. I'll post the fix once I get off work. Run the server first, wait until the console says ready, then run the client. If this helped you, leave a 'like' if ya want. @MummaPig 5 Link to comment Share on other sites More sharing options...
acesucks 1,311 Posted September 19, 2016 Report Share Posted September 19, 2016 Thanks for this im sure many people will find this useful Link to comment Share on other sites More sharing options...
Sanity 436 Posted September 19, 2016 Report Share Posted September 19, 2016 (edited) Thanks mate Ile test in bit and let you know. Edited September 19, 2016 by MummaPig Link to comment Share on other sites More sharing options...
Mathy 344 Posted September 19, 2016 Report Share Posted September 19, 2016 Thanks for tutorial, will be useful to someone Link to comment Share on other sites More sharing options...
Texel 4 Posted September 19, 2016 Report Share Posted September 19, 2016 (edited) Nice guide, you should also mention that you need to have MongoDB active before running server, otherwise it won't work. 1. Run cmd.exe as administrator 2. Type 'cd C:\Program Files\MongoDB\Server\3.2\bin' (or where your MongoDB files are) and press enter. 3. Type 'mongod --dbpath C:\data\db' and press enter. It should now be waiting for connections on Port 27017. Edited September 19, 2016 by Texel 2 Link to comment Share on other sites More sharing options...
Sanity 436 Posted September 19, 2016 Report Share Posted September 19, 2016 1 minute ago, Texel said: Nice guide, you should also mention that you need to have MongoDB active before running server, otherwise it won't work. 1. Run cmd.exe as administrator 2. Type 'cd C:\Program Files\MongoDB\Server\3.2\bin' (or where your MongoDB files are) and press enter. 3. Type 'mongod --dbpath C:\data\db' and press enter. It should now be waiting for connections on Port 27017. Thanks mate. Link to comment Share on other sites More sharing options...
leclerc 112 Posted September 20, 2016 Report Share Posted September 20, 2016 thanks for the tutorial. Link to comment Share on other sites More sharing options...
scenotaph 1 Posted September 20, 2016 Report Share Posted September 20, 2016 Does it have to be mongoDB? Link to comment Share on other sites More sharing options...
Life 333 Posted September 20, 2016 Author Report Share Posted September 20, 2016 1 hour ago, scenotaph said: Does it have to be mongoDB? You need Mongo to run Lost-Isle, unless you disabled the DB, in which that would be dumb, and time consuming. Link to comment Share on other sites More sharing options...
Server 16 Posted September 20, 2016 Report Share Posted September 20, 2016 Thanks for the tutorial but one thing I'd like to point out; if someone can't run a server then he/she probably shouldn't start one. Link to comment Share on other sites More sharing options...
Life 333 Posted September 20, 2016 Author Report Share Posted September 20, 2016 4 minutes ago, Server said: Thanks for the tutorial but one thing I'd like to point out; if someone can't run a server then he/she probably shouldn't start one. I couldn't run a server without .bat files at first, until I learned how to run and use Eclipse. Some people are differant learners, just got to find where you can best learn. =) Link to comment Share on other sites More sharing options...
Server 16 Posted September 20, 2016 Report Share Posted September 20, 2016 1 hour ago, Booty Pics said: I couldn't run a server without .bat files at first, until I learned how to run and use Eclipse. Some people are differant learners, just got to find where you can best learn. =) I understand where you're coming from, everyone has to start from somewhere but if someone wants to do it the right way then he needs to learn the language rather than just download a source and host it for whatever reason. 1 Link to comment Share on other sites More sharing options...
Tiller 400 Posted September 20, 2016 Report Share Posted September 20, 2016 16 hours ago, Texel said: Nice guide, you should also mention that you need to have MongoDB active before running server, otherwise it won't work. 1. Run cmd.exe as administrator 2. Type 'cd C:\Program Files\MongoDB\Server\3.2\bin' (or where your MongoDB files are) and press enter. 3. Type 'mongod --dbpath C:\data\db' and press enter. It should now be waiting for connections on Port 27017. You don't don't nessecarily have to have it running before you start the server. but if you want to connect, then yes you need it running. you can start it during the server start up, after it started, or before. You don't HAVE to start it before Link to comment Share on other sites More sharing options...
uist123 8 Posted September 20, 2016 Report Share Posted September 20, 2016 Thanks for tutorial, will be useful to someone Link to comment Share on other sites More sharing options...
Life 333 Posted September 20, 2016 Author Report Share Posted September 20, 2016 This button goes a long way guys. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now