If really really novice user is using Juju and wants to deploy wordpress how would he come to understand that mysql is required to deploy it.
I know this is a really stupid question but if you take another product xyz which isn't as popular as wordpress and has no deployment related articles available through google, then in this case the user has to go through a chain of activities on the termin
If really really novice user is using Juju and wants to deploy wordpress how would he come to understand that mysql is required to deploy it.
If you take another product xyz which isn't as popular as wordpress and has no deployment related articles available through google, then in this case the user has to go through a chain of activities on the terminal to finally understand and deploy the xyz
I'm trying to get my production server up and running on my Ubuntu 12.04 LTS server, I followed this tutorial step by step,
http://excid3.com/blog/setting-up-ubuntu-12-04-with-ruby-1-9-3-nginx-pas...
but when I load nginx, I just get a 403 error.
I have a file on server that can be written by a group.
Hi,
I am working on setup a environment where only a specific user can upload the builds on htdocs of apache.
Now i want that a specific user can copy the builds on htdocs folder.
I created a group "deploy" and assign user1 and user2 to this group.
I am trying to use Web Deploy to deploy a site where the Site is rooted on a UNC path instead of a local drive. This is because I want to have a shared configuration, and have all servers point to the same UNC for content. That would allow me to deploy to one server and have all servers updated at the same time. I've created a share with everyone and users read/write.
I'm using Capistrano to deploy a Ruby on Rails app to a VPS running Ubuntu 11.10. However, whenever I run cap:deploy i get this error:
cd: 1: can't cd to /var/www/appname/releases
The VPS I'm using is Linode.
Using the sample recipe I am deploying a wordpress solution on EC2:
juju bootstrap --constraints "instance-type=t1.micro"
juju set-constraints instance-type=t1.micro
juju debug-log
juju deploy mysql wordpress-db
juju deploy wordpress
juju add-relation wordpress wordpress-db
juju expose wordpress
After this I point my browser to the public url and get the error:
502 Bad Gateway
nginx/1.1.19
Loo
I'm trying to get Wordpress to run on my local Ubuntu 12.10 installation.
When I try to install themes/plugins, it asks me for FTP credentials.
I've been trying to get this to work for 2 days now. Everywhere on the web it says you should change the owner:group of your Wordpress directory to whatever owner:group runs your apache server - in my case www-data:www-data.