Skip to content

Commit

Permalink
fix /var/www/apps error
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed Dec 13, 2008
1 parent 9a288cb commit f7bb6b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/deploy/wordpress.rb
Expand Up @@ -92,6 +92,8 @@

desc "Setup this server for a new wordpress site."
task :wordpress do
sudo "mkdir -p /var/www/apps"
sudo "chown -R wordpress /var/www/apps"
deploy.setup
util.passwords
mysql.create_databases
Expand Down

0 comments on commit f7bb6b5

Please sign in to comment.