• Wordpress Blog on existing install of Apache2 ?
    1 replies, posted
Not really that knowledgeble in this stuff. I got a server that's running Ububtu catured to my Nextcloud needs, running nextcloud and a dockered WebODM. Naturally, the system is already running Apache Web server for this. Now I wanna use Wordpress to create a small little site, Blog, pictures, stuff. I am not so sure if I can just install Wordpress into that or if I have to do something else, online tutorials don't really cover this. For example, do I have to use the same user account as the one where Apache is already running in? Can I somehow access files that I upload through my Nextcould account? Any help?
Usually, wordpress stores all it's data seperately. All uploads are put into a special uploads folder, as well as all users being stored in the users table of Wordpress' MYSQL database A basic installation guide for this can be found here; How To Install WordPress with LAMP on Ubuntu 18.04 | DigitalOcea.. Skip the prerequisites, unless you don't have MYSQL setup, you'll need that
Sorry, you need to Log In to post a reply to this thread.