Skip to content

Commit 8cf740b

Browse files
committed
Remove refs to middleman and deployment from the README
1 parent deae82f commit 8cf740b

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

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

0 commit comments

Comments
 (0)