Skip to content

Commit 0c6bad8

Browse files
committed
reorganize to dev-stage-prod instead of prod-stage-dev
1 parent f5e58a6 commit 0c6bad8

File tree

1 file changed

+48
-49
lines changed

1 file changed

+48
-49
lines changed

README.md

+48-49
Original file line numberDiff line numberDiff line change
@@ -95,23 +95,23 @@ containers:
9595
9696
## Component URLs
9797
98-
Component|Prod Link |Stage link |Dev Link
99-
---------|----------------------|-----------------------|---------------------
100-
Chooser |[Prod `/choose`][p1] |[Stage `/choose`][s1] |[Dev `/choose`][d1]
101-
FAQ |[Prod `/faq`][p2] |[Stage `/faq`][s2] |[Dev `/faq`][d2]
102-
Licenses |[Prod `/licenses`][p3]|[Stage `/licenses`][s3]|[Dev `/licenses`][d3]
103-
Platform Toolkit|[Prod `/platform/toolkit`][p4]|[Stage `/platform/toolkit`][s4]|[Dev `/platform/toolkit`][d4]
104-
Public Domain|[Prod `/publicdomain`][p5]|[Stage `/publicdomain`][s5]|[Dev `/publicdomain`][d5]
105-
WordPress|[Prod `/` (default)][p6]|[Stage `/` (default)][s6]|[Dev `/` (default)][d6]
106-
WordPress Admin|[Prod `/wp-admin`][p7]|[Stage `/wp-admin`][s7]|[Dev `/wp-admin`][d7]
98+
Component|Dev Link|Stage link|Prod Link
99+
---------|--------|----- ----|---------
100+
Chooser|[Dev `/choose`][d1]|[Stage `/choose`][s1]|[Prod `/choose`][p1]
101+
FAQ|[Dev `/faq`][d2]|[Stage `/faq`][s2]|[Prod `/faq`][p2]
102+
Licenses|[Dev `/licenses`][d3]|[Stage `/licenses`][s3]|[Prod `/licenses`][p3]
103+
Platform Toolkit|[Dev `/platform/toolkit`][d4]|[Stage `/platform/toolkit`][s4]|[Prod `/platform/toolkit`][p4]
104+
Public Domain|[Dev `/publicdomain`][d5]|[Stage `/publicdomain`][s5]|[Prod `/publicdomain`][p5]
105+
WordPress|[Dev `/` (default)][d6]|[Stage `/` (default)][s6]|[Prod `/` (default)][p6]
106+
WordPress Admin|[Dev `/wp-admin`][d7]|[Stage `/wp-admin`][s7]|[Prod `/wp-admin`][p7]
107107
108-
[p1]: https://creativecommons.org/choose "Prod Chooser /choose"
109-
[p2]: https://creativecommons.org/faq "Prod FAQ /faq"
110-
[p3]: https://creativecommons.org/licenses "Prod Licenses /licenses"
111-
[p4]: https://creativecommons.org/platform/toolkit "Prod Platform Toolkit /platform/toolkit"
112-
[p5]: https://creativecommons.org/publicdomain "Prod Public Domain /publicdomain"
113-
[p6]: https://creativecommons.org/ "Prod WordPress / (default)"
114-
[p7]: https://creativecommons.org/wp-admin/ "Prod WordPress Admin /wp-admin"
108+
[d1]: http://localhost:8080/choose "Dev Chooser /choose"
109+
[d2]: http://localhost:8080/faq "Dev FAQ /faq"
110+
[d3]: http://localhost:8080/licenses "Dev Licenses /licenses"
111+
[d4]: http://localhost:8080/platform/toolkit "Dev Platform Toolkit /platform/toolkit"
112+
[d5]: http://localhost:8080/publicdomain "Dev Public Domain /publicdomain"
113+
[d6]: http://localhost:8080/ "Dev WordPress / (default)"
114+
[d7]: http://localhost:8080/wp-admin/ "Dev WordPress Admin /wp-admin"
115115
116116
[s1]: https://stage.creativecommons.org/choose "Stage Chooser /choose"
117117
[s2]: https://stage.creativecommons.org/faq "Stage FAQ /faq"
@@ -121,44 +121,18 @@ WordPress Admin|[Prod `/wp-admin`][p7]|[Stage `/wp-admin`][s7]|[Dev `/wp-admin`]
121121
[s6]: https://stage.creativecommons.org/ "Stage WordPress / (default)"
122122
[s7]: https://stage.creativecommons.org/wp-admin/ "Stage WordPress Admin /wp-admin"
123123
124-
[d1]: http://localhost:8080/choose "Dev Chooser /choose"
125-
[d2]: http://localhost:8080/faq "Dev FAQ /faq"
126-
[d3]: http://localhost:8080/licenses "Dev Licenses /licenses"
127-
[d4]: http://localhost:8080/platform/toolkit "Dev Platform Toolkit /platform/toolkit"
128-
[d5]: http://localhost:8080/publicdomain "Dev Public Domain /publicdomain"
129-
[d6]: http://localhost:8080/ "Dev WordPress / (default)"
130-
[d7]: http://localhost:8080/wp-admin/ "Dev WordPress Admin /wp-admin"
124+
[p1]: https://creativecommons.org/choose "Prod Chooser /choose"
125+
[p2]: https://creativecommons.org/faq "Prod FAQ /faq"
126+
[p3]: https://creativecommons.org/licenses "Prod Licenses /licenses"
127+
[p4]: https://creativecommons.org/platform/toolkit "Prod Platform Toolkit /platform/toolkit"
128+
[p5]: https://creativecommons.org/publicdomain "Prod Public Domain /publicdomain"
129+
[p6]: https://creativecommons.org/ "Prod WordPress / (default)"
130+
[p7]: https://creativecommons.org/wp-admin/ "Prod WordPress Admin /wp-admin"
131131
132132
133133
## Configuration
134134
135135
136-
### Prod
137-
138-
TODO
139-
140-
141-
### Stage
142-
143-
The staging server is configured via Salt managed in the in
144-
[creativecommons/sre-salt-prime][sre-salt-prime] repository. The list below
145-
include the specifics (is non-exhaustive):
146-
- `pillars/`
147-
- [`3_HST/index/`][salt-hst-index]
148-
- [`5_HST__POD/index__stage`][salt-hst-pod-index]
149-
- `states/`
150-
- [`apache2/files/creativecommons_org.conf`][salt-index-conf]
151-
- [`wordpress/files/index-composer.json`][salt-index-composer]
152-
- [`wordpress/index.sls`][salt-wordpress-index]
153-
154-
[sre-salt-prime]: https://github.com/creativecommons/sre-salt-prime
155-
[salt-hst-index]: https://github.com/creativecommons/sre-salt-prime/tree/main/pillars/3_HST/index
156-
[salt-hst-pod-index]: https://github.com/creativecommons/sre-salt-prime/tree/main/pillars/5_HST__POD/index__stage
157-
[salt-index-conf]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/apache2/files/creativecommons_org.conf
158-
[salt-index-composer]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/wordpress/files/index-composer.json
159-
[salt-wordpress-index]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/wordpress/index.sls
160-
161-
162136
### Dev
163137
164138
@@ -212,6 +186,31 @@ Also see [`config/composer/composer.json`](config/composer/composer.json).
212186
[vocabulary-theme]: https://github.com/creativecommons/vocabulary-theme
213187
214188
189+
### Stage
190+
191+
The staging server is configured via Salt managed in the in
192+
[creativecommons/sre-salt-prime][sre-salt-prime] repository. The list below
193+
include the specifics (is non-exhaustive):
194+
- `pillars/`
195+
- [`3_HST/index/`][salt-hst-index]
196+
- [`5_HST__POD/index__stage`][salt-hst-pod-index]
197+
- `states/`
198+
- [`apache2/files/creativecommons_org.conf`][salt-index-conf]
199+
- [`wordpress/files/index-composer.json`][salt-index-composer]
200+
- [`wordpress/index.sls`][salt-wordpress-index]
201+
202+
[sre-salt-prime]: https://github.com/creativecommons/sre-salt-prime
203+
[salt-hst-index]: https://github.com/creativecommons/sre-salt-prime/tree/main/pillars/3_HST/index
204+
[salt-hst-pod-index]: https://github.com/creativecommons/sre-salt-prime/tree/main/pillars/5_HST__POD/index__stage
205+
[salt-index-conf]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/apache2/files/creativecommons_org.conf
206+
[salt-index-composer]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/wordpress/files/index-composer.json
207+
[salt-wordpress-index]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/wordpress/index.sls
208+
209+
### Prod
210+
211+
TODO
212+
213+
215214
## Copying
216215
217216
[![CC0 1.0 Universal (CC0 1.0) Public Domain Dedication

0 commit comments

Comments
 (0)