Skip to content

Commit

Permalink
For #2 #3 Scaffold ~3 guides for steps-you-can-take
Browse files Browse the repository at this point in the history
  • Loading branch information
victorkane committed Nov 30, 2018
1 parent 3c7af1f commit 73515d7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions cms/content/case-studies/clone-build-deploy-entire-ddcmr-system.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
metaData:
itemSlug: clone-build-deploy-entire-ddcmr-system
itemName: Clone, build and deploy the entire DDCMR system
itemType: caseStudy
language: en-US
published: false
publishedDate: null
createdDate: 2018-11-30
modifiedDate: 2018-11-30
disabled: false
workflowState:
vocabSlug: workflow
vocabName: Workflow
tagSlug: draft
tagName: Draft
caseStudySummary:
value: |
Provision, clone, build and run DDCMR from scratch, then use it for your own projects.
caseStudyDescription:
value: |
Provision your own VPS from scratch with all development, staging and production dependencies. Then fork or clone the monorepo and configure, build and run each one of the decoupled parts of the DDCMR system: the Structured Content Server (SCS), the CMS, and the Client Web App (CWA) on the front end. Tinker with the results and use the system for your own projects.
articles:
- weight: 1
article: ddcmr-provisioning-ubuntu-18-04
- weight: 2
article: ddcmr-decoupled-app-deployment
tags:
- tagSlug: ddcmr
tagName: Durable Drupal Content Migration Rescue
- tagSlug: content-migration-rescue
tagName: Content Migration Rescue

6 changes: 3 additions & 3 deletions cwa/pages/steps-you-can-take/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
<v-card>
<v-card-title class="primary--text headline">Complete index of categories and topics</v-card-title>
<v-card-text>
<p>Below you can find a handy alphabetical index of Categories (click to open, greyed out items are in preparation) grouping together articles and videos followed step-by-step in the Guides, Case Studies and Books.</p>
<p>Below you can find a handy alphabetical index of Categories (click to open, greyed-out items are in preparation) grouping together articles and videos followed step-by-step in the Guides, Case Studies and Books.</p>
</v-card-text>
<div class="d-flex justify-between align-center mb-3">
<v-btn @click="allSteps">expand all</v-btn>
<v-btn @click="noSteps">none</v-btn>
<v-btn @click="noSteps">close all</v-btn>
</div>
</v-card>
</v-flex>
Expand Down Expand Up @@ -134,7 +134,7 @@ export default {
},
data: () => ({
panel: [],
guides: [ 'durable-drupal-website-making-of', 'awebfactory-dot-com', 'linguathon-dot-com' ]
guides: [ 'durable-drupal-website-making-of', 'awebfactory-dot-com', 'clone-build-deploy-entire-ddcmr-system' ]
}),
computed: {
loadedCaseStudies() {
Expand Down

0 comments on commit 73515d7

Please sign in to comment.