Changes between Version 2 and Version 3 of Bookmarks Project/Wishlist
- Timestamp:
- 02/22/16 16:49:17 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bookmarks Project/Wishlist
v2 v3 5 5 - machine tags 6 6 - could this be useful: http://stackoverflow.com/questions/418898/sqlite-upsert-not-insert-or-replace 7 - suite of tools to init, start, and stop an instance8 7 - better name 9 8 10 Tool suite example to create an instance of the application in the directory "foo":11 {{{12 $ mkdir foo13 $ cd foo14 $ bkmk init15 # writes a basic conf.yml, creates a bookmarks.db SQLite database using bookmarks.sql16 # could prompt for settings or take them on the command line17 $ bkmk start18 # starts up the server using starman, by default on port 500019 $ bkmk stop20 # stops the running server21 }}}22 9 Deleting bookmarks 23 10 {{{