This forum is no longer active. Please post your questions to our new community site

Where is my Wordpress install?

Subscribe to Where is my Wordpress install? 5 post(s), 2 voice(s)

 
Avatar webmesteren 3 post(s)

I log in to Amazon EC2 as ‘bitnami’ and the folder is empty (!). Where is my WordPress located?

I know it’s there somewhere, because the blog works, but I need to access the source files to edit the template.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

The Stack is installed in “/opt/bitnami”. You can find there the “ctlscript.sh” to manage the servers. The wordpress files are in “/opt/bitnami/apps/wordpress/htdocs” folder.

Regards,

Beltran

 
Avatar webmesteren 3 post(s)

Thanks, that helped.

I can see the files using WinSCP, and also through my NetBeans IDE, but when I try to edit, rename or add files I am denied the rights to do so. I can’t chmod the files either. What do I need to do to get full control over my installation?

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

This is in our TODO list and somtehing that we should fix. If you want to have acess from WinSCP you have to do the following:

$ cd /opt/bintami/apps/wordpress
$ sudo chown bitnami:daemon htdocs

Cheers.

 
Avatar webmesteren 3 post(s)

Ok, thanks!

Good to know that it’s not me being ignorant :-)