Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto authored Mar 14, 2024
1 parent ab68050 commit babb498
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ A Plone distribution for Intranets with Plone. Created by kitconcept.

### Content Types

- TBD
- Theme
- Search
- Person Profiles

### Initial content

Expand Down Expand Up @@ -58,6 +60,26 @@ make solr-start
-> go to localhost:8983/solr to see the Solr backend
````

### Create Site

````
make create-site
````

Override existing content:

````
make create-site-force
````

### Export Content

````
http://localhost:8080/Plone/@@dist_export_all
````

Then commit the changed data to the repo.

## Contribute

- [Issue Tracker](https://github.com/kitconcept/kitconcept.intranet/issues)
Expand Down

0 comments on commit babb498

Please sign in to comment.