Before making major changes to your SilverStripe website, we recommend that you back up your website.
The steps you need to follow to install a module in SilverStripe are:
- Download the module you want to install
- Extract the contents of the module to your computer; this operation will generate a directory with the module name
- Upload the directory to the location where you installed SilverStripe
- To install the module, go to the URL where you installed SilverStripe and at the end add dev/build/?flush=1
- This step will initiate the installation process and update the database
- At the end of the process, a process completion message will be displayed
