Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/137'
Browse files Browse the repository at this point in the history
Close #137
  • Loading branch information
weierophinney committed Oct 11, 2016
2 parents 6020bcd + 691d9ab commit cd6bfe0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Expand Up @@ -62,8 +62,8 @@ $ composer install
Once you have the basic installation, you need to put it in development mode:

```bash
cd path/to/install
php public/index.php development enable # put the skeleton in development mode
$ cd path/to/install
$ composer development-enable
```

Now, fire it up! Do one of the following:
Expand All @@ -86,12 +86,6 @@ You can then visit the site at http://localhost:8080/ - which will bring up a
welcome page and the ability to visit the dashboard in order to create and
inspect your APIs.

### NOTE ABOUT USING THE PHP BUILT-IN WEB SERVER

PHP's built-in web server did not start supporting the `PATCH` HTTP method until
5.4.8. Since the admin API makes use of this HTTP method, you must use a version
>= 5.4.8 when using the built-in web server.

### NOTE ABOUT USING APACHE

Apache forbids the character sequences `%2F` and `%5C` in URI paths. However, the Apigility Admin
Expand Down

0 comments on commit cd6bfe0

Please sign in to comment.