Changes between Version 1 and Version 2 of Bookmarks Project/Installation


Ignore:
Timestamp:
09/22/15 17:15:00 (9 years ago)
Author:
peter
Comment:

include dependency installation and steps to initialize and run the app

Legend:

Unmodified
Added
Removed
Modified
  • Bookmarks Project/Installation

    v1 v2  
    1 = Bookmarks Project: Installation Instructions = 
     1= BookmarksProject: Installation Instructions = 
    22 
    33{{{ 
    44$ sudo apt-get install cpanminus 
     5 
     6# OS-level dependencies 
     7# NOTE: installing XML::LibXML through the OS package manager rather than cpanm 
     8# currently unable to install the right dependecies to make cpanm XML::LibXML work 
     9$ sudo apt-get install libexpat1-dev libxml-libxml-perl 
     10 
     11# check out code 
    512$ svn co http://svn.echodin.net/bookmarks/trunk bookmarks 
     13 
    614$ cd bookmarks 
    715$ sudo cpanm --installdeps . 
     16 
     17$ bin/bkmk init -f bookmarks.db 
     18$ echo "dbname: $(readlink -f bookmarks.db)" > server.yml 
     19$ bin/bkmkd start 
    820}}} 
     21 
     22Web app should be available on http://localhost:5000/