Skip to content

Commit 3e634f1

Browse files
Update description.
1 parent eba1d3b commit 3e634f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
## About
22

3-
This project can be used to very quickly create a Drupal 7 site that is managed by Composer, and tested on every commit on Circle CI using Behat. The Behat tests can also be executed locally with very little effort. Optionally, you may set up to test your Drupal site on [Pantheon](https://pantheon.io).
3+
This project template will create a Drupal 7 site that is managed by Composer and is tested on every commit on Circle CI using Behat, with the Drupal site either running on Pantheon or the Circle server. Only a few quick steps are required to set up either an entirely new site, or convert an existing site.
44

5-
## Getting Started
5+
Adding new tests to your project will also be very easy; just follow the example of the included tests.
66

7-
Optionally, you may start off by [creating a new site on Pantheon](https://dashboard.pantheon.io/sites/create). If you do not do this now, though, it will be created for you automatically the first time you run your tests on Pantheon. Running your site remotely on Pantheon is completely optional; if you choose to do it, you should [sign up for a free Agency account](https://pantheon.io/agencies/pantheon-for-agencies) if you have not already done so.
7+
## Getting Started
88

99
Before you begin, you should first [install composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx).
1010

1111
Once you have Composer on your system, create a new project:
1212
```
1313
$ composer create-project pantheon-systems/example-drupal7-circle-composer put-your-site-name-here
1414
```
15-
If you already have a Drupal 7 site running on Pantheon, you should use the same name for your project as you used for your Pantheon site.
15+
If you already have a Drupal 7 site running on Pantheon, you should use the same name for your project as you used for your Pantheon site. If you are starting fresh, and would like to test on Pantheon, you should [sign up for a free Agency account](https://pantheon.io/agencies/pantheon-for-agencies) if you have not already done so.
1616

1717
## Testing
1818

0 commit comments

Comments
 (0)