mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Reordered README.md Quickstart
Should flow a bit more naturally now
This commit is contained in:
13
README.md
13
README.md
@@ -11,20 +11,19 @@ e107 Test Suites
|
|||||||
```sh
|
```sh
|
||||||
cd e107-test
|
cd e107-test
|
||||||
```
|
```
|
||||||
3. Update all submodules, which also obtains the latest development code of e107:
|
3. Configure the testing environment.
|
||||||
```sh
|
|
||||||
git submodule update --init --recursive --remote
|
|
||||||
```
|
|
||||||
4. Configure the testing environment.
|
|
||||||
|
|
||||||
* **Automatic deployments:** Edit `secrets.yml` to enable deploying to a cPanel account. See the "Automatic Test Deployments » Configuration" section below for details.
|
* **Automatic deployments:** Edit `secrets.yml` to enable deploying to a cPanel account. See the "Automatic Test Deployments » Configuration" section below for details.
|
||||||
* **Manual deployments:** See the "Manual Test Deployments » Configuration" section below for instructions.
|
* **Manual deployments:** See the "Manual Test Deployments » Configuration" section below for instructions.
|
||||||
|
|
||||||
5. On PHP 5.6 or newer, install dependencies with [Composer](https://getcomposer.org/):
|
4. On PHP 5.6 or newer, install dependencies with [Composer](https://getcomposer.org/):
|
||||||
```sh
|
```sh
|
||||||
php -d allow_url_fopen=On $(which composer) update
|
php -d allow_url_fopen=On $(which composer) update
|
||||||
```
|
```
|
||||||
|
5. Update all submodules, which also obtains the latest development code of e107:
|
||||||
|
```sh
|
||||||
|
git submodule update --init --recursive --remote
|
||||||
|
```
|
||||||
6. Run tests:
|
6. Run tests:
|
||||||
|
|
||||||
* **All tests:**
|
* **All tests:**
|
||||||
|
Reference in New Issue
Block a user