Changes between Version 6 and Version 7 of Bookmarks Project/Installation


Ignore:
Timestamp:
10/21/15 12:10:57 (9 years ago)
Author:
peter
Comment:

one apt-get install line, commented the later steps

Legend:

Unmodified
Added
Removed
Modified
  • Bookmarks Project/Installation

    v6 v7  
    22 
    33{{{ 
    4 $ sudo apt-get install cpanminus 
    5  
    6 # OS-level dependencies 
     4# cpanminus, plus OS-level dependencies 
    75# NOTE: installing XML::LibXML through the OS package manager rather than cpanm 
    86# currently unable to install the right dependecies to make cpanm XML::LibXML work 
    9 $ sudo apt-get install libexpat1-dev libxml-libxml-perl 
     7$ sudo apt-get install cpanminus libexpat1-dev libxml-libxml-perl 
    108 
    119# check out code 
    1210$ svn co http://svn.echodin.net/bookmarks/trunk bookmarks 
    1311 
     12# install CPAN dependencies 
    1413$ cd bookmarks 
    1514$ sudo cpanm --installdeps . 
    1615 
     16# initialize a new bookmarks database 
    1717$ bin/bkmk init -f bookmarks.db 
     18 
     19# create a barebones server config 
     20# then start the server 
    1821$ echo "dbname: $(readlink -f bookmarks.db)" > server.yml 
    1922$ bin/bkmkd start