-
Notifications
You must be signed in to change notification settings - Fork 1
Home
adam edited this page Jan 30, 2019
·
6 revisions
Completed Docker install this theme is designed to work with a preconfigured docker instance, please speak to someone on the intranet team if you need guidance on how to set that up. These instructions are for installing this theme only. Wordpress configured to use the theme This theme needs to be set to 'active' in the WordPress admin in order for you to be able to see it.
- Once the theme has been cloned, CD into the root of the theme.
- Copy .envexample and rename it to .env, edit the file as per the comments.
- type
npm install
. -
npm start
and you're good to go. This will set up a development environment for you.
Note: Depending on your Docker configuration, you may need to use rsync to port your changes across. See a member of the Intranet development team for correct Docker setup.
These instructions apply to the main Intranet website system. Please visit https://github.com/ministryofjustice/intranet-base-docker to view the base system for this website.