An open source, bookmarking service created by Colin Devroe and rebuilt by Plain.
- Unmark.it - A hosted version of Unmark. Sign up for free
- Unmark Wiki - Everything you wanted to know about Unmark.
- Download the latest release or clone the repo.
- Unzip the archive.
- Copy
/application/config/database-sample.php
to/application/config/database.php
(leavedatabase-sample.php
) - Create a database
- Fill in proper database details in
/application/config/database.php
- Navigate to
/setup
(note that index will result in an error until/setup
has been run) - Follow onscreen instructions
- Download the latest release.
- Replace all files (keeping your local configuration intact.)
- Navigate to
/upgrade
- You could also run this from the command line
php index.php migrations latest
- We use Grunt to compile our SASS files as well as concat/uglify our JS files for production and some other small tasks.
- For more info, please check out our Grunt guide.
Generally our staging branch will always be kept up to date with master, unless we are testing a feature. We use this internally to test on our staging server. You can feel free to use this at any time, just note that things might not always work 100%.
To contribute by submitting issues; Please submit all issues on GitHub and be as verbose as possible. This is where we'll track most bugs.
We also have an open Trello Board for new feature ideas, discussions, etc.
To submit code patches:
- Fork the repository on GitHub.
- Make updates to your code.
- Submit a Pull Request.
Enjoy. If you have questions or issues submit them on GitHub.