Changes between Version 1 and Version 2 of Bookmarks Project/Installation
- Timestamp:
- 09/22/15 17:15:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bookmarks Project/Installation
v1 v2 1 = Bookmarks 1 = BookmarksProject: Installation Instructions = 2 2 3 3 {{{ 4 4 $ 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 5 12 $ svn co http://svn.echodin.net/bookmarks/trunk bookmarks 13 6 14 $ cd bookmarks 7 15 $ sudo cpanm --installdeps . 16 17 $ bin/bkmk init -f bookmarks.db 18 $ echo "dbname: $(readlink -f bookmarks.db)" > server.yml 19 $ bin/bkmkd start 8 20 }}} 21 22 Web app should be available on http://localhost:5000/