Automatic remote installation
- Navigate to Extensions / Templates in your Subrion admin dashboard
- Here you will see a list of templates: faded out templates are available for download
- Choose desired template and click Download button
- Click Activate on downloaded template
Manual uploading
Sometimes your script does not have writable permissions. In this case you'd need to upload template folder to Subrion installation manually. Here are the steps to follow:
- Download template from templates marketplace
- Unpack the downloaded zip archive, get rid of version in folder name (Ex: "agency_1.0.0" should be "agency")
- Upload template folder in your Subrion core templates/ folder using FTP client (Filezilla, etc.) or hosting file manager
- Navigate to Extensions / Templates in your Subrion admin dashboard
- Click Activate button on uploaded template
Git installation (for tech nerds)
Our free templates can be also found at Subrion Github. You can install any template, using basic Git commands.
- Connect to your server using SSH
- Change your directory (cd) to your Subrion core / templates/
- Run this command: git clone https://github.com/intelliants/subrion-template-NAME ./NAME where name is the name of template you wish to install
- Navigate to Extensions / Templates in your Subrion admin dashboard
- Click Activate button on cloned template