Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
/ sticky-notes Public archive
forked from sayakb/sticky-notes

Sticky notes is a free and open source pastebin application.

License

Notifications You must be signed in to change notification settings

pesos/sticky-notes

 
 

Repository files navigation

Sticky Notes pastebin v0.3

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.

Installation

Step 1 - Setting up the config file

Rename config.sample.php to config.php Fill in the database details.

Step 2 - Running the installation script

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.

Step 3 - Adding themes

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.

Step 4 - Adding localization files

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.

About

Sticky notes is a free and open source pastebin application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published