Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Drupal Challenge Drupal Challenge
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • Jobsity
  • Drupal ChallengeDrupal Challenge
  • Wiki
  • Home

Home · Changes

Page history
Update Home authored Mar 09, 2023 by Ariel Kanelson's avatar Ariel Kanelson
Hide whitespace changes
Inline Side-by-side
Showing with 10 additions and 10 deletions
+10 -10
  • Home.md Home.md +10 -10
  • No files found.
Home.md
View page @ eeed3b4c
......@@ -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`.
......
Clone repository
  • Drupal Challenge Instructions
  • Home