Changes between Version 6 and Version 7 of Bookmarks Project/Installation
- Timestamp:
- 10/21/15 12:10:57 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bookmarks Project/Installation
v6 v7 2 2 3 3 {{{ 4 $ sudo apt-get install cpanminus 5 6 # OS-level dependencies 4 # cpanminus, plus OS-level dependencies 7 5 # NOTE: installing XML::LibXML through the OS package manager rather than cpanm 8 6 # currently unable to install the right dependecies to make cpanm XML::LibXML work 9 $ sudo apt-get install libexpat1-dev libxml-libxml-perl7 $ sudo apt-get install cpanminus libexpat1-dev libxml-libxml-perl 10 8 11 9 # check out code 12 10 $ svn co http://svn.echodin.net/bookmarks/trunk bookmarks 13 11 12 # install CPAN dependencies 14 13 $ cd bookmarks 15 14 $ sudo cpanm --installdeps . 16 15 16 # initialize a new bookmarks database 17 17 $ bin/bkmk init -f bookmarks.db 18 19 # create a barebones server config 20 # then start the server 18 21 $ echo "dbname: $(readlink -f bookmarks.db)" > server.yml 19 22 $ bin/bkmkd start