Skip to content

Commit 4f28111

Browse files
authored
Merge pull request #670 from lemonade-37/move-deployment-guides
Move deployment guides
2 parents 1618de7 + cddcd97 commit 4f28111

19 files changed

+24
-24
lines changed

_includes/main_guides.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ If you're ever stuck during a guide, please ask your coach for help and also con
2020
* Guide 9: [Push Your App to GitHub](/github) {% if page.permalink == 'github' %}(Current page!){% endif %}
2121
* Guide 10: [Put your app online](/deployment) {% if page.permalink == 'deployment' %}(Current page!){% endif %} with one of these services:
2222
- [Fly.io](/deployment/fly-io) {% if page.permalink == 'deployment/fly-io' %}(Current page!){% endif %}
23-
- [Heroku](/heroku) {% if page.permalink == 'heroku' %}(Current page!){% endif %}
24-
- [DigitalOcean](/digitalocean) {% if page.permalink == 'digitalocean' %}(Current page!){% endif %}
25-
- [OpenShift](/openshift) {% if page.permalink == 'openshift' %}(Current page!){% endif %}
26-
- [Anynines](/anynines) {% if page.permalink == 'anynines' %}(Current page!){% endif %}
27-
- [Engine Yard](/engineyard) {% if page.permalink == 'engineyard' %}(Current page!){% endif %}
23+
- [Heroku](/deployment/heroku) {% if page.permalink == 'deployment/heroku' %}(Current page!){% endif %}
24+
- [DigitalOcean](/deployment/digitalocean) {% if page.permalink == 'deployment/digitalocean' %}(Current page!){% endif %}
25+
- [OpenShift](/deployment/openshift) {% if page.permalink == 'deployment/openshift' %}(Current page!){% endif %}
26+
- [Anynines](/deployment/anynines) {% if page.permalink == 'deployment/anynines' %}(Current page!){% endif %}
27+
- [Engine Yard](/deployment/engineyard) {% if page.permalink == 'deployment/engineyard' %}(Current page!){% endif %}
2828
* Guide 11: [Style the idea pages using HTML and CSS](/design) {% if page.permalink == 'design' %}(Current page!){% endif %}
2929
* Guide 12: [Add comments to your app](/commenting) {% if page.permalink == 'commenting' %}(Current page!){% endif %}
3030
* Guide 13: [Create picture thumbnails](/thumbnails) {% if page.permalink == 'thumbnails' %}(Current page!){% endif %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: main_guide
33
title: Rails Girls on anynines
44
description: "Deploy your app to Anynines by following this guide."
5-
permalink: anynines
5+
permalink: deployment/anynines
66
---
77

88
# Put your app online with anynines
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: main_guide
33
title: Rails Girls on DigitalOcean
44
description: "Deploy your app to DigitalOcean by following this guide."
5-
permalink: digitalocean
5+
permalink: deployment/digitalocean
66
---
77

88
# Put Your App Online With DigitalOcean App Platform
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: main_guide
33
title: Rails Girls on Engine Yard
44
description: "Deploy your app to Engine Yard by following this guide."
5-
permalink: engineyard
5+
permalink: deployment/engineyard
66
---
77

88
# Put Your App Online With Engine Yard
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: main_guide
33
title: Put your app online with Heroku
44
description: "Deploy your app to Heroku by following this guide."
5-
permalink: heroku
5+
permalink: deployment/heroku
66
---
77

88
# Put your app online with Heroku
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: main_guide
33
title: Rails Girls on OpenShift
44
description: "Deploy your app to OpenShift by following this guide."
5-
permalink: openshift
5+
permalink: deployment/openshift
66
---
77

88
# Put Your App Online With OpenShift

_pages/passenger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ git push
119119
You can also choose to follow the [Heroku guide][heroku-guide] from here on.
120120

121121
[passenger-guide]: https://www.phusionpassenger.com/library/walkthroughs/deploy/ruby/
122-
[heroku-guide]: /heroku
122+
[heroku-guide]: /deployment/heroku
123123

124124
#### Troubleshooting
125125

_pages/simple-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Now you can open the file `app/views/pages/info.html.erb` and add information ab
419419

420420
* Guide 0: [Handy cheatsheet for Ruby, Rails, console etc.](https://www.pragtob.info/rails-beginner-cheatsheet/)
421421
* Guide 1: [Add commenting by Janika Liiv](/commenting)
422-
* Guide 2: [Put your app online with Heroku by Terence Lee](/heroku) / [Put your app online with OpenShift by Katie Miller](/openshift)
422+
* Guide 2: [Put your app online with Heroku by Terence Lee](/deployment/heroku) / [Put your app online with OpenShift by Katie Miller](/deployment/openshift)
423423
* Guide 3: [Build a map of workshop participants by Rails Girls Berlin](http://railsgirlsberlin.de/apptutorial/)
424424
* Guide 4: [Create thumbnail images for the uploads by Miha Filej](/thumbnails)
425425
* Guide 5: [Add design using HTML & CSS by Alex Liao](/design)

_pages/touristic-autism_basic-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: touristic-autism_basic-app
88

99
*Created by Myriam Leggieri, [@iammyr](https://twitter.com/iammyr)*
1010
*for [Rails Girls Galway](https://github.com/RailsGirlsGalway)*
11-
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift) and [adding comments](/commenting).
11+
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/deployment/openshift) and [adding comments](/commenting).
1212

1313
<h3>GitHub</h3>
1414
[Slides - by Kevin Lyda @]()

_pages/touristic-autism_continuous-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: touristic-autism_continuous-deployment
88

99
*Created by Myriam Leggieri, [@iammyr](https://twitter.com/iammyr)*
1010
*for [Rails Girls Galway](https://github.com/RailsGirlsGalway)*
11-
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](http://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift) and [adding comments](/commenting).
11+
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](http://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/deployment/openshift) and [adding comments](/commenting).
1212

1313

1414

0 commit comments

Comments
 (0)