-
Notifications
You must be signed in to change notification settings - Fork 33
Installation
- Unzip the installation folder into a non obvious directory on your web root directory.
- Create a database, and import the mysql.sql file from the shine folder.
- Create a user in the ‘users’ table.
- Open up the class.config.sample.php in /includes and enter the production and test details. (Details in the file on the differences)
- Done, visit the webpage and login.
Here follows some more advanced install tips and tricks.
Make sure in the Applications > MyAppName > MyAppCurrentVersion the Download Location points to the actual zip file of your application. This means that sparkle update are not tracked through the downloads, but downloads from your site should be. Any download links on site or off should be sent through the downloads.php file. An example is
www.mydomain.com/shinefolder/download.php?id=1
Where the last number this the shine ID of your application
In reality, it is nicer for the end user to have a link similar to www.mydomain.com/product/download which redirects to the shine download tracking URL.
If you are using FastSpring instead of PayPal to get the nice orders charts for your applications you will need to edit SQL queries in and around lines 41 and 50 of orders.php. For FastSpring users simply replace ‘PayPal’ with ‘FastSpring’.