File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,8 @@ Wordpress *downloaded directly* from [Wordpress](http://wordpress.org/download/r
18
18
* 3.5.1
19
19
* 3.5.0
20
20
21
- ### Configure Wordpress on Heroku to use specific versions of Nginx and PHP:
21
+ Configure Wordpress on Heroku to use specific versions of Nginx and PHP
22
22
23
- For a new project
24
23
``` bash
25
24
$ git clone git://github.com/your_name/wordpress-on-heroku.git mydogblog
26
25
$ cd mydogblog
@@ -33,7 +32,8 @@ $ heroku config:set BUILDPACK_URL=https://github.com/mchung/heroku-buildpack-wor
33
32
$ git push heroku master
34
33
```
35
34
36
- ### Configure existing Wordpress on Heroku to use a specific version of Wordpress
35
+ Configure existing Wordpress on Heroku to use a specific version of Wordpress
36
+
37
37
``` bash
38
38
$ cd existing_wp
39
39
$ heroku labs:enable user-env-compile
You can’t perform that action at this time.
0 commit comments