Sticky notes is a free and open source pastebin application. This software is protected by the BSD license, which means that you can freely copy and share the software and its source code, and you are free to adapt from this work. Although you may not remove the original copyright notice whatsoever. For details, please see: http://www.opensource.org/licenses/bsd-license.php
Copyright (c) 2012, Sayak Banerjee [email protected] All rights reserved.
Rename config.sample.php to config.php Fill in the database details.
Open install.php and comment out line 19 (the line with the $gsod->trigger(...) function). Visit http://www.yoursite.com/install in your internet browser (assuming that Sticky Notes resides in the root folder of that site. Adjust the URL accordingly). Once the install script finishes executing, it should display "Successfully installed" on the browser window. Now uncomment line 19 again. This is strongly recommended for security reasons. You may as well completely remove install.php from your hosts root folder.
Copy the theme folder within the "skins" folder. Make sure the name of the folder is in lower case. For example, if the skin is BlueNinja, the folder's name should be blueninja. Now go to admin panel -> site configuration, and select the theme from the list. Save your configuration by clicking the 'Save' button at the bottom.
Copy the localization script (for example en_us.php) to the "lang" folder. Make sure the file name is in lowercase. Now login to the admin panel -> site configuration and change the language code. Save your configuration by clicking the 'Save' button at the bottom.