You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,13 @@ $ git push heroku master
37
37
...
38
38
-----> Heroku receiving push
39
39
-----> Fetching custom git buildpack... done
40
-
----->Wordpress app detected
40
+
----->WordPress app detected
41
41
.
42
42
[...]
43
43
.
44
44
-----> Discovering process types
45
45
Procfile declares types -> (none)
46
-
Default types forWordpress -> web
46
+
Default types forWordPress -> web
47
47
-----> Compiled slug size: 33.7MB
48
48
-----> Launching... done, v7
49
49
```
@@ -53,7 +53,7 @@ Open your new WordPress site in a web browser.
53
53
$ heroku apps:open
54
54
```
55
55
56
-
> Happy? Add your site to the growing [list of WordPress sites runnning on Heroku](https://github.com/mchung/heroku-buildpack-wordpress/wiki/Sites-running-Wordpress-on-Heroku).
56
+
> Happy? Add your site to the growing [list of WordPress sites runnning on Heroku](https://github.com/mchung/heroku-buildpack-wordpress/wiki/Sites-running-WordPress-on-Heroku).
57
57
58
58
## Overview
59
59
@@ -300,7 +300,7 @@ Not comfortable downloading and running a copy of someone else's PHP or Nginx ex
300
300
301
301
Thanks for reading this all the way through.
302
302
303
-
If you use this buildpack in production, please update the [list of WordPress sites running on Heroku](https://github.com/mchung/heroku-buildpack-wordpress/wiki/Sites-running-Wordpress-on-Heroku).
303
+
If you use this buildpack in production, please update the [list of WordPress sites running on Heroku](https://github.com/mchung/heroku-buildpack-wordpress/wiki/Sites-running-WordPress-on-Heroku).
Copy file name to clipboardExpand all lines: support/wordup.markdown
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
-
# Wordup automatically sets up Wordpress on Heroku.
1
+
# Wordup automatically sets up WordPress on Heroku.
2
2
3
-
Install Wordpress in < 60 seconds.
3
+
Install WordPress in < 60 seconds.
4
4
5
5
## Who are you?
6
6
7
-
1. Someone who uses Wordpress. Perhaps a developer, which is why you're reading this on GitHub.com
7
+
1. Someone who uses WordPress. Perhaps a developer, which is why you're reading this on GitHub.com
8
8
2. Someone who is comfortable with the command line. Perhaps a developer, which is why you're still reading this.
9
-
3. Someone who likes to help their friends get up and running with Wordpress, but hates the setup, security, and ongoing maintenance (cleaning up logs, upgrading instances, locking down Wordpress, performance, etc.)
9
+
3. Someone who likes to help their friends get up and running with WordPress, but hates the setup, security, and ongoing maintenance (cleaning up logs, upgrading instances, locking down WordPress, performance, etc.)
0 commit comments