A simple bookmarking application powered by CakePHP.
License
hardsshah/bookmarks
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Installation ------------------- You must first update the database file with your own username and password. Do the following on your localhost. 1. Import the database found in the database_backups folder 2. Open 'app/config/core.php' and change the salt value 3. Browse to 'http://localhost/users/login' 4. Enter your desired password 5. Copy the encrypted password and paste into the password field of the user in the users table 6. Update the username to whatever you want Note: If you do not update the salt or database file the default username/password will be admin/admin. You are now ready to install the bookmarks application wherever you want. Open 'app/config/database.php' and update the $production array with your sites database credentials. Then in the $hosts array update the production key with the domain you wish to deploy on. If you are familiar with CakePHP, the debug mode will automatically be set to 2 for the domain localhost and 0 for any other domain.
About
A simple bookmarking application powered by CakePHP.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published