Posted September 19, 20168 yr Popular Post comment_2120 Things you'll need; Lost-Isle Files Gradle Eclipse 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
September 19, 20168 yr comment_2145 Thanks mate Ile test in bit and let you know. Edited September 19, 20168 yr by MummaPig
September 19, 20168 yr comment_2240 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, 20168 yr by Texel
September 19, 20168 yr comment_2242 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.
September 20, 20168 yr Author comment_2357 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.
September 20, 20168 yr comment_2363 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.
September 20, 20168 yr Author comment_2365 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. =)
September 20, 20168 yr comment_2367 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.
September 20, 20168 yr comment_2375 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
Create an account or sign in to comment