Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloomreach/brxm
Apache-licensed community edition of Bloomreach Experience CMS
https://github.com/bloomreach/brxm
Last synced: about 10 hours ago
JSON representation
Apache-licensed community edition of Bloomreach Experience CMS
- Host: GitHub
- URL: https://github.com/bloomreach/brxm
- Owner: bloomreach
- License: apache-2.0
- Created: 2020-07-08T15:57:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T09:37:33.000Z (over 1 year ago)
- Last Synced: 2024-08-08T18:21:09.286Z (3 months ago)
- Size: 228 MB
- Stars: 24
- Watchers: 17
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starred - bloomreach/brxm - Apache-licensed community edition of Bloomreach Experience CMS (others)
README
# This is not the branch you're looking for...
Bloomreach only provides the git trees for the release tags of Bloomreach Experience CMS, as explained on https://documentation.bloomreach.com/about/open-source-release-policy.html
To checkout the code for a specific release tag, after cloning this repository, use the following:
## to show the available tags
git tag
## to checkout a specific tag
git checkout
## to modify a project
If you want to make modifications to a project, for example to create a patch, create a new fork branch from the specific tag like this:git checkout -b forked-
For the latter, also see the **Build from Source** documentation at https://documentation.bloomreach.com/library/development/build-hippo-cms-from-scratch.html