Skip to content

Commit cc16fd5

Browse files
authored
Merge pull request #144 from alphagov/remove-middleman
Remove middleman
2 parents b037bfe + 8cf740b commit cc16fd5

File tree

84 files changed

+47
-556
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+47
-556
lines changed

Diff for: .gitignore

-22
This file was deleted.

Diff for: .ruby-version

-1
This file was deleted.

Diff for: .template_version

-3
This file was deleted.

Diff for: .travis.yml

-28
This file was deleted.

Diff for: Dangerfile

-13
This file was deleted.

Diff for: Gemfile

-22
This file was deleted.

Diff for: Gemfile.lock

-243
This file was deleted.

Diff for: Procfile

-1
This file was deleted.

Diff for: README.md

+1-24
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# GDS Technology Community - Learning Pathways
2-
[![Build Status](https://circleci.com/gh/alphagov/gds-tech-learning-pathway.svg?&style=shield)](https://circleci.com/gh/alphagov/gds-tech-learning-pathway)
32

43
This project exists to bring together the GDS Technology community's collective knowledge and resources to support the learning and development of technologists.
54

6-
View it at [gds-tech-learning-pathway.cloudapps.digital](https://gds-tech-learning-pathway.cloudapps.digital) 👈
7-
85
## Goals
96

107
We want to:
@@ -15,27 +12,7 @@ We want to:
1512

1613
## How to contribute
1714

18-
See [CONTRIBUTING.md](https://gds-tech-learning-pathway.cloudapps.digital/contributing)
19-
20-
## Running the site locally
21-
```
22-
bundle install
23-
bundle exec middleman serve
24-
```
25-
26-
This will serve the site at http://localhost:4567
27-
28-
## Deploying the site
29-
The app currently runs within the `gds-tech-ops/docs` space on the government PaaS. You need an account to deploy it. If you haven't used it before, ask someone for help setting this up.
30-
31-
Generate the static site using `bundle exec middleman build`
32-
33-
You can then deploy with cloundfoundry:
34-
35-
```
36-
cf target -o gds-tech-ops -s docs
37-
cf push
38-
```
15+
See [CONTRIBUTING.md](contributing/index.html.md)
3916

4017
## Longer term goals
4118

Diff for: Rakefile

-5
This file was deleted.

0 commit comments

Comments
 (0)