Skip to content

Commit

Permalink
Update README.md & release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethib137 committed Mar 15, 2021
1 parent abbabfb commit ebce023
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ liferay.workspace.home.dir=/path/to/liferay/home

To use, create a new site and select the `SE Demo Site` template.

### DEPENDENCIES NOTE:
> This site initializer depends on the [Demo Fragment Collections](https://github.com/lfrsales/demo-fragment-collections) fragments. These modules must be deployed in order for the site initializer to be able to properly instantiate it's pages.
### Features

When deployed this module will create a new site template that will be auto populated with the content and resources from the dependencies folder of this project. The site initializer will import content and resources that follow the following format:
Expand Down
6 changes: 3 additions & 3 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hub release create \
--attach modules/site-se-site-initializer/build/libs/com.liferay.site.se.site.initializer-1.0.0.jar \
--message 'v0.0.1' \
--message 'Initial Release.' \
'v0.0.1'
--message 'v0.0.2' \
--message 'Add try catch to prevent failure due to page import errors.' \
'v0.0.2'

0 comments on commit ebce023

Please sign in to comment.