Skip to content

Commit

Permalink
updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
qpleple committed Jul 24, 2011
1 parent 55733fc commit 204fa3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Deploying Wordpress on Dotcloud

The fastest way ever to deploy a Wordpress blog from localhost.

curl -L https://github.com/qpleple/dotcloud-wordpress-deployment/tarball/master | tar xz
cd qpleple-dotcloud-wordpress-deployment-*
curl -L https://github.com/qpleple/wordpress-on-dotcloud/tarball/master | tar xz
cd qpleple-wordpress-on-dotcloud-*
curl http://wordpress.org/latest.tar.gz | tar xz
mv postinstall wordpress
dotcloud create MY_BLOG
Expand All @@ -14,4 +14,4 @@ After any modifications on localhost, update remote version with :

dotcloud push MY_BLOG

Note that remote ``wp-content/`` will not be overwrite so uploaded static files will be kept and local plugins will not be installed remotely.
Note that remote ``wp-content/`` will not be overwrite so uploaded static files will be kept and local plugins and themes will not be pushed remotely.

0 comments on commit 204fa3f

Please sign in to comment.