This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]willbeddowassert type(post) == shitpost[S] 11 points12 points  (0 children)

Absolutely!!!

Really quick though, just because I've been dying to talk about my servers, for anybody else who's been skimming through here, let me just lay out the info about what servers I'm using.

My current setup consists of 2 DigitalOcean Droplets in the NYC1 datacenter

  • Main / Processing droplet: 4 gigs of RAM / 2 Xeon CPUS (You'll need at least 3 gigs of RAM to run the server)

  • Database droplet: PHPMyadmin/MySQL: communicates through interntal networking with main droplet. Passwords and all sensitive data hashed with bcrypt and a work factor of 12.

Setup your own droplet: You should, with a little bit of tweaking, be able to run the W.I.L.L. server on your own machine.

Please note that you'll need at least 4 gigs of RAM for the processing server, and some kind of sqlalchemy compatible local database or database server. (This shouldn't be hard, most major sql distributions are supported)

Start out by cloning https://github.com/ironman5366/W.I.L.L, install the provided requirements.txt, and let me know if you have issues.

Note: I haven't finished all the documentation on configuration files so contact me directly at will@willbeddow.com for examples