Skip to content

Commit

Permalink
Merge pull request #146 from plone/create-db-docs
Browse files Browse the repository at this point in the history
Add steps to create db to the readme
  • Loading branch information
davisagli authored Oct 20, 2023
2 parents 643a865 + ff755c0 commit 958e104
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ The main destination for Plone
- Node 16
- yarn
- Docker
- Postgres 14

### Create database

```shell
createdb ploneorg
createuser ploneorg
```

### Install

Expand Down

0 comments on commit 958e104

Please sign in to comment.