Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
tweak quickstart docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Jan 18, 2017
1 parent 19712d6 commit a228230
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,25 @@ Install `plone.server`:
./bin/pip install plone.server
```

Generate configuration file:

```
./bin/pcreate configuration
```

Finally, run the server:

```
./bin/pserver
```

The server should now be running on http://0.0.0.0:8080

Then, [use Postman](https://www.getpostman.com/), curl or whatever tool you
prefer to interact with the REST API.

Modify the configuration in config.json to customize server setttings.


## Creating default content

Expand Down

0 comments on commit a228230

Please sign in to comment.