Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bookieio/Bookie
Python based delicious.com replacement
https://github.com/bookieio/Bookie
Last synced: about 1 month ago
JSON representation
Python based delicious.com replacement
- Host: GitHub
- URL: https://github.com/bookieio/Bookie
- Owner: bookieio
- License: agpl-3.0
- Created: 2010-12-17T02:07:24.000Z (almost 14 years ago)
- Default Branch: develop
- Last Pushed: 2017-03-25T16:45:54.000Z (over 7 years ago)
- Last Synced: 2024-08-02T12:48:46.593Z (4 months ago)
- Language: Python
- Homepage:
- Size: 57.5 MB
- Stars: 633
- Watchers: 35
- Forks: 140
- Open Issues: 104
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: COPYING
Awesome Lists containing this project
- awesome-repositories - bookieio/Bookie - Python based delicious.com replacement (Python)
- awesome-starred - bookieio/Bookie - Python based delicious.com replacement (others)
README
Bookie
========
:Main Site: https://bmark.us
:Public Bookie Instances: https://github.com/bookieio/Bookie/wiki/Bookie-instances
:Docs: http://docs.bmark.us
:Mailing List: https://groups.google.com/forum/?hl=en#!forum/bookie_bookmarks
:Twitter: http://twitter.com/BookieBmarks
:Build Server: http://build.bmark.usBookie will one day be a self-hosted bookmark web-service similar to
Delicious.Check out the main site for documentation on features, how to get started
installing, and where we're heading from here.You can check out the Trello board to see what stuff is in the works atm and
what the status of your favorite pet feature is:https://trello.com/board/bookie/4f18c1ac96c79ec27105f228
Quick Start
-----------
If you're on Ubuntu, you should be able to get started with:::
$ git clone git://github.com/bookieio/Bookie.git
$ cd Bookie && make sysdeps && make install && make run
$ google-chrome (or other browser) http://127.0.0.1:6543If you're on anything else, give our Vagrant image a try. If you don't have it already, you'll need to download and install Vagrant:
http://www.vagrantup.com/downloads.html
After that, you should be able to get started with:
::
$ git clone git://github.com/bookieio/Bookie.git
$ cd Bookie
$ vagrant up
$ vagrant ssh
% cd /vagrant
% make run
$ google-chrome (or other browser) http://127.0.0.1:4567Note: If you run into problems during the `make sysdeps && make install` process, run `make clean_all` to reset the environment prior to re-running `make sysdeps && make install`.
If you're unable to complete the install process and need additional help please feel free to contact us in the #bookie IRC channel on Freenode, or the mailing lists.
Developing
-----------
If you wish to hack on Bookie with the rest of us please check out the
`HACKING.rst` doc in this tree.Related
-------The `Willie `_ bot has a `contrib module to post bookmarks from IRC `_. It is `not yet part of the extras repository `_.