mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.4 KiB
1.4 KiB
Wiki.js - tyclipso fork - How to update
Relevant changes of the fork when updating
client/themes/tyclipso/**server/modules/rendering/html-tyclipso/**
Setup dev environment
Follow the instructions at https://docs.requarks.io/dev. Use the Visual Studio Code workflow to run the dev server.
In short:
- Open the project in Visual Studio Code, with the Dev Container extension installed
- Reopen the project in the dev-container
- In the dev container terminal, run
yarn dev
First time: Additional steps
If you set this up for the first time, make sure to:
- Activate the custom theme (https://docs.requarks.io/en/dev/themes#activate-your-custom-theme)
- open adminer at http://localhost:3001/, fill in the credentials from
dev/containers/config.yml - in the
settingstable in thethemingrow, set the theme name totyclipso
- Restart the dev container
Steps by step: Update
- Merge
requarks/mainbranch intotyclipso, resolve merge conflicts if necessary - Run the dev containers, for more info checkout Setup dev environment section
- Check if the changes to the theme are still working as intended
- Create a new tag consisting of the following parts, e.g.
v2.5.297.1
- the official release version (e.g.
v2.5.297) - minor version appendix
- Upload the merged commits and the new tag, a pipeline job will be started automatically to create a package of the new version