Skip to content

Commit

Permalink
Merge pull request #18 from pmagixc/patch-4
Browse files Browse the repository at this point in the history
mongoDB troubleshooting
  • Loading branch information
Kei-Luna authored May 27, 2024
2 parents 8bbd521 + 189ac5f commit fc72c58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ chmod +x gradlew
## Troubleshooting
- Make sure to set useEncryption and useInRouting both to false otherwise you might encounter errors.
- To use windy make sure that you put your luac files in C:\Windy (make the folder if it doesnt exist)
- If you get an error related to MongoDB connection timeout, check if the mongodb service is running. On windows: Press windows key and r then type `services.msc`, look for mongodb server and if it's not started then start it by right clicking on it and start. On linux, you can do `systemctl status mongod` to see if it's running, if it isn't then type `systemctl start mongod`. However, if you get error 14 on linux change the owner of the mongodb folder and the .sock file (`sudo chown -R mongodb:mongodb /var/lib/mongodb` and `sudo chown mongodb:mongodb /tmp/mongodb-27017.sock` then try to start the service again.)


## Handmade Handbook (tested)
- Create accounts: /account <username>
Expand Down

0 comments on commit fc72c58

Please sign in to comment.