... | ... | @@ -4,12 +4,12 @@ This is a plain vanilla Drupal 10 installation pre-configured for use with DDEV. |
|
|
|
|
|
Features pre-configured / pre-installed:
|
|
|
|
|
|
* DDEV yaml file
|
|
|
* DDEV yaml file.
|
|
|
* Needed Docker containers (Webserver, MySQL, PHP8, NodeJS).
|
|
|
* Vanilla Drupal 10
|
|
|
* Drush
|
|
|
* Composer
|
|
|
* SCSS pre-processors
|
|
|
* Vanilla Drupal 10.
|
|
|
* Drush.
|
|
|
* Composer.
|
|
|
* SCSS pre-processors.
|
|
|
|
|
|
## **Challenge Instructions**
|
|
|
|
... | ... | @@ -27,7 +27,7 @@ Recommendation: on MacOS and Windows, enable the [mutagen](https://ddev.readthed |
|
|
|
|
|
### Step #2: Cloning repo
|
|
|
|
|
|
1. Create a user at [https://git.jobsity.com.](https://git.jobsity.com.)
|
|
|
1. Create a user at [https://git.jobsity.com](https://git.jobsity.com).
|
|
|
2. Open this repository, and fork it using the button at the top.
|
|
|
3. Within your fork, go to Settings/General/"Visibility, project features, permissions" and set the Project visibility to Private.
|
|
|
|
... | ... | @@ -41,7 +41,7 @@ Recommendation: on MacOS and Windows, enable the [mutagen](https://ddev.readthed |
|
|
```
|
|
|
2. Initialize the DDEV site.
|
|
|
|
|
|
This will initialize local settings and spin up docker containers
|
|
|
This will initialize local settings and spin up docker containers.
|
|
|
|
|
|
```plaintext
|
|
|
ddev start
|
... | ... | @@ -73,9 +73,9 @@ Recommendation: on MacOS and Windows, enable the [mutagen](https://ddev.readthed |
|
|
exit
|
|
|
```
|
|
|
|
|
|
For watching SCSS changes and compiling to CSS run `ddev composer theme:watch`.
|
|
|
6. For compiling SCSS to CSS run `ddev composer theme:build`.
|
|
|
7. Open Drupal website and log in.
|
|
|
For watching SCSS changes and compiling to CSS run `ddev composer theme:watch`.\
|
|
|
For compiling SCSS to CSS run `ddev composer theme:build`.
|
|
|
6. Open Drupal website and log in.
|
|
|
|
|
|
At this point, you should be able to access the working Drupal website at [https://drupal-challenge-updated.ddev.site/](https://drupal-challenge-updated.ddev.site/) or by running `ddev launch`.\
|
|
|
Use `admin` for the username and `admin` for the password to log in as an administrator or by running `ddev drush uli`.
|
... | ... | |