Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Commits
c99fdc71
Commit
c99fdc71
authored
Mar 18, 2016
by
Emmanuel Milou
Browse files
Update README
parent
4fd252f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
c99fdc71
:keywords: Drupal, Drupalizer, SFL, SFLinux, AsciiDoc, Asciidoctor
// This document is included in every project that submodules it.
:page-layout: base
:page-description: {description}
:page-keywords: {keywords}
ifdef::env-site[]
:toc:
:toc-placement: preamble
endif::[]
ifndef::env-site[]
:toc: right
:icons: font
:idprefix:
:idseparator: -
:sectanchors:
:source-highlighter: highlight.js
endif::[]
:experimental:
:mdash: —
:language: asciidoc
:source-language: {language}
// Refs
=== Drupalizer tasks
=== Drupalizer tasks
...
@@ -32,20 +11,40 @@ For a complete overview of all available commands, run:
...
@@ -32,20 +11,40 @@ For a complete overview of all available commands, run:
$ fab --list
$ fab --list
====
Common
tasks
====
Top-level
tasks
The
most common tasks supported by *Drupalizer* would be:
The
top-levels tasks are larger tasks that include others. They are the most commonly called tasks.
* _Setup_ the Docker container, and _run_ a full Drupal installation:
* _Setup_ the Docker container, and _run_ a full Drupal installation:
$ fab local_setup
$ fab local_setup
$ fab ls
* _Configure_ and _run_ the Behat tests:
$ fab tests
TIP: The formatters used are _pretty_ and _junit_.
* _Build_ the Drupal platform:
$ fab make
* _Run_ the Drupal installation
$ fab install
==== Other common tasks
Some more atomic tasks supported by *Drupalizer* would be:
* _Start/stop_ the Docker container:
* _Start/stop_ the Docker container:
$ fab crun
$ fab crun
$ fab cstop
$ fab cstop
* _Run_ the Behat tests:
* _Run_ the Behat tests
(without configure)
:
$ fab run_behat
$ fab run_behat
$ fab rb
$ fab rb
...
@@ -67,4 +66,3 @@ CAUTION: This command will wipe all the modifications made in the working direct
...
@@ -67,4 +66,3 @@ CAUTION: This command will wipe all the modifications made in the working direct
* _Bash_ into the Docker container:
* _Bash_ into the Docker container:
$ fab connect
$ fab connect
$ fab ssh
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment