Officially there is no installation is required. Just unpack the ZIP archive and you are ready to go. But if you still need a guide, here it is.
Download & Install
- Unpack the archive and rename the
Scriptor-master
folder as you like. - Rename the file
/data/settings/_custom.scriptor-config.php
tocustom.scriptor-config.php
(remove_
prefix/underscore). - Upload the contents of the folder to your server, or upload the folder if you want to run the application in a subfolder.
Note also that there is a
.htaccess
file in the root directory.
For some hosts, RewriteBase
must be set. So, if you set up Scriptor in a subfolder, you may need to comment out this line for the RewriteBase in your .htaccess file:
# RewriteBase /
How to upgrade from Scriptor 1.4.4- to 1.4.5+:
NOTE: Backup any files you replace or delete!
- Replace
/editor/
with the new version - Replace
/imanager/
with the new version - Replace
/index.php
with the new version - Replace
/imanager.php
with the new version - Replace
/data/datasets/buffers/fields/1.fields.php
with the new version - Replace
/data/settings/scriptor-config.php
with the new version
Your Scriptor is now upgraded, test that everything works.