Skip to content

Commit

Permalink
Merge pull request apigee#5 from cnovak/readme-fixes
Browse files Browse the repository at this point in the history
Readme Fixes
  • Loading branch information
giteshk authored Jan 26, 2019
2 parents af0c80d + 4ee4553 commit 892636a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ an Apigee developer portal.

This project is a [Drupal installation profile](https://www.drupal.org/docs/8/distributions) which needs
to be added to Drupal core and installed using [Composer](https://getcomposer.org). The installation instructions
below use the [Apigee Devportal Kickstart composer project](https://github.com/apigee/apigee-devportal-kickstart-drupal)
below use the [Apigee Devportal Kickstart composer project](https://github.com/apigee/devportal-kickstart-project-composer)
to install Drupal core and this installation profile to create a site.

# Prerequisites
Expand All @@ -19,20 +19,22 @@ The following command will download Drupal core and the Apigee Developer Portal
MY_PROJECT directory:

```
composer create-project --stability dev --no-interaction apigee/apigee-devportal-kickstart-project MY_PROJECT
composer create-project apigee/devportal-kickstart-project:8.x-dev MY_PROJECT --stability dev --no-interaction
```

The actual webroot will be MY_PROJECT/web. You will need to point your web server to serve up that directory and
The actual web root will be MY_PROJECT/web. You will need to point your web server to serve up that directory and
run the installer like any Drupal site installation.

If you want to quickly evaluate the system you can alternatively run the following command to run Drupal using
PHP's built in web server and a SQLite database:
If you want to quickly evaluate the system you can alternatively run the composer `quick-start` script to run
the [Drupal 8 quick start command](https://www.drupal.org/docs/8/install/drupal-8-quick-start-command):

```
cd MY_PROJECT
composer quick-start
```

This will start Drupal using PHP's built in web server and a SQLite database.

# Issues, Questions and Feedback
We encourage anyone with feedback, questions or issues to put in an issue into
our [Github issue queue](https://github.com/apigee/apigee-devportal-kickstart-drupal/issues).
Expand Down

0 comments on commit 892636a

Please sign in to comment.