- Create the following directories, if they are not already there:
- In the overlay directory:
mkdir -p src/main/webappmkdir -p src/main/resourcestouch ./src/main/resources/custom_messages.properties- unique messagesmkdir -p ./src/main/resources/staticmkdir -p ./src/main/resources/static/cssmkdir -p ./src/main/resources/static/imagesmkdir -p ./src/main/resources/templatesmkdir -p ./src/main/resources/templates/fragments
- Copy over any templates that need styling from the CAS5 folder, i.e. casLoginView.html
- Usual files for editing include:
- layout.html
- casLoginView.html
- casLogoutView.html
- error.html
- fragments/head.html
- fragments/footer.html
- fragments/loginform.html
- fragments/loginsidebar.html
- fragments/logo.html
- fragments/top.html
- Usual files for editing include:
- Build CAS, from the overlay directory, and changes should be displayed
- Tweak UI as needed
Note: If you add a file after you did a build, you will not see your changes. File must exist prior to building CAS otherwise you won’t see your changes.