Updating Raneto
The update process for Raneto is as follows:
Make a backup of your
content
folder and yourconfig.js
outside of your project.(Optional) If you have edited the template, backup the following paths:
- the
themes/default/
folder - any edited files in the
public
folder
- the
Download the latest version of Raneto from the releases page.
Extract the Raneto archive to your project folder, replacing all existing files in your existing Raneto install.
Copy your
content
folder andconfig.js
file from your backup location back into the install location.(Optional) If you have edited the template, copy your backed up
themes/default/
andpublic
folders to the install location.From the root of your project, run:
npm update
To build the docs, run:
npm start
You are running the lastest version of Raneto.