Skip to main content Link Menu Expand (external link) Document Search Copy Copied

How to install a never version

Normal upgrade

under normal circumstances it should be enough to call

make update

With custom starting url

if you have a custom base-url the following commands are needed

make clean
make update
make new-frontend BASE="[YOUR-URL]"