= BookmarksProject: Installation Instructions = {{{ $ sudo apt-get install cpanminus # OS-level dependencies # NOTE: installing XML::LibXML through the OS package manager rather than cpanm # currently unable to install the right dependecies to make cpanm XML::LibXML work $ sudo apt-get install libexpat1-dev libxml-libxml-perl # check out code $ svn co http://svn.echodin.net/bookmarks/trunk bookmarks $ cd bookmarks $ sudo cpanm --installdeps . $ bin/bkmk init -f bookmarks.db $ echo "dbname: $(readlink -f bookmarks.db)" > server.yml $ bin/bkmkd start }}} Web app should be available on http://localhost:5000/ {{{ # to stop the server $ bin/bkmkd stop }}} == See Also == * [../CommandLineTool]