So I’ve successfully installed Discourse on an already set-up VM as well as on a physical server box. However, recently I bought a PowerEdge R710 and want to set up a Discourse forum in an Ubuntu Server 18.04.2 LTS VM. I’ve installed Proxmox for VM Management.
Its basically the same guide as the Standard Install Guide, just without the Cloud steps (so starting from the Docker steps). I’m not looking to host this server in the Cloud (so not following them), I’m looking to host it in a VM on my server.
And the main Guide does not suggest what to do in case I run into a disk space issue like this. That’s why I’m asking here where would I have assign the extra disk space to get Discourse to start properly.
More has to differ between your local server and a vanilla Ubuntu VM for you to be seeing that error.
We make a best effort here to support the standard install. The assumption is that if you choose to alter elements that you have the necessary expertise to do so.
The LVM physical volume (sda3) is 99G, but most of that space is not allocated. You need to use lvresize to make ubuntu—vg—ubuntu—lv bigger. Don’t forget the -r flag to also resize the filesystem.
/dev/mapper/ubuntu--vg-ubuntu--lv now has 90 GB! I also got the Discourse Setup to come up in my browser (localhost)!
Of course, I’ll still need to figure out how to set it up so Discourse can be accessed outside the VM, which will be a new challenge for me from previous installs, but I’m glad I’ve gotten this far in 2 days.
I will likely post more progress here if I run into any more issues