Setting up a Test Server – Part 04/??

Well, that almost went off without a hitch. So I went to enable our new virtual hosts with this set of commands:

sudo a2ensite maf.conf
sudo a2ensite qgis.conf
sudo service apache2 restart

And got returned this beautiful error:

Job for apache2.service failed because the control process exited with error code. See “systemctl status apache2.service” and “journalctl -xe” for details.

Continue reading “Setting up a Test Server – Part 04/??”

Setting up a Test Server – Part 03/??

Alright, since I’m getting nowhere on those errors, even with installing things and updating things, we’re going switch gears a little so I can see progress again and not get too frustrated

Firstly, I’m going to prep my little server to run a couple virtual hosts. One of the things about M&F is that it’s two servers, one for the game, another for the map. Up til now we’ve been running out of /var/www/html, but we’re going to have to move things about because I need a second host. Continue reading “Setting up a Test Server – Part 03/??”

Setting up a Test Server – Part 02/??

Alright, I took some time off work, and after a good solid day of doing nothing, I’m pleased to report I was able to tear myself away from Empyrion – Galactic Survival in order to do some dev-work. I’ve also managed to keep my Black Forest commitment low enough to not be an issue (10+ games, not a good idea).

Anyways, when we last left off I’d just discovered that you have to let Apache2 know that PHP is a thing. So we did that. Keep in mind, that this server started with Ubuntu–thats it. No PHP, Apache2, PostgreSQL, nothing. Continue reading “Setting up a Test Server – Part 02/??”

Setting up a Test Server – Part 01/??

One of the biggest issues I have with developing Might & Fealty is that I don’t actually have a test server to use. So all my work is basically, at the end of the day, an educated guess based on how the rest of the code is structured.

On the plus side, I do actually have a workstation (yes, that’s the correct term, it’s distinctly not-a-PC component wise, though I’d love to throw an SSD in it one of these days) that I can put towards this.

In line with that, I’ve opted for Ubuntu, for reasons I can’t honestly recall anymore. Continue reading “Setting up a Test Server – Part 01/??”

Some Construction Needed

Hello!

So I finally decided that we should really have a proper website thing, and figured I could use some WordPress experience at the same time, so here we are.

In the coming days I plan to spruce up the place a bit, add some content, as well as start detailing my development work for Might & Fealty. With a little luck, I might actually get OTHER developers to post here too. That’d be neat.

Anyways, please bear with us as we figure this all out. Thanks!