diff options
author | jtang <jtang@web> | 2012-07-26 18:06:30 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-07-26 18:06:30 +0000 |
commit | a7dfeaf3ebb2db1d490b2e945216035f7a84ece0 (patch) | |
tree | c07b2df2ff6c235613df19440f1d048363290231 | |
parent | 04a940434b77c7f73228840d8b941d54199cfebc (diff) |
-rw-r--r-- | doc/forum/Looking_at_the_webapp_on_OSX.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/Looking_at_the_webapp_on_OSX.mdwn b/doc/forum/Looking_at_the_webapp_on_OSX.mdwn new file mode 100644 index 000000000..b2c514d83 --- /dev/null +++ b/doc/forum/Looking_at_the_webapp_on_OSX.mdwn @@ -0,0 +1,18 @@ +Not logging this in the bugs section, but poking at the new webapp feature... + +<pre> +laplace:annex jtang$ git annex webapp -d +[2012-07-26 19:02:50 IST] read: git ["--git-dir=/Users/jtang/annex/.git","--work-tree=/Users/jtang/annex","show-ref","git-annex"] +[2012-07-26 19:02:50 IST] read: git ["--git-dir=/Users/jtang/annex/.git","--work-tree=/Users/jtang/annex","show-ref","--hash","refs/heads/git-annex"] +[2012-07-26 19:02:50 IST] read: git ["--git-dir=/Users/jtang/annex/.git","--work-tree=/Users/jtang/annex","log","refs/heads/git-annex..731005d121426a38b206c4544da02cdb3b974974","--oneline","-n1"] +[2012-07-26 19:02:50 IST] read: git ["--git-dir=/Users/jtang/annex/.git","--work-tree=/Users/jtang/annex","log","refs/heads/git-annex..d36d8d88847decc2320f0be22892ad94a8abe594","--oneline","-n1"] +[2012-07-26 19:02:50 IST] read: git ["--git-dir=/Users/jtang/annex/.git","--work-tree=/Users/jtang/annex","log","refs/heads/git-annex..57bcddc14d03b61028f7002e2dabcc5181d74f3d","--oneline","-n1"] +[2012-07-26 19:02:50 IST] read: git ["--git-dir=/Users/jtang/annex/.git","--work-tree=/Users/jtang/annex","log","refs/heads/git-annex..372aceaf49b60ebe31cc3fe2e52ba4fbe99c134f","--oneline","-n1"] +[2012-07-26 19:02:50 IST] chat: git ["--git-dir=/Users/jtang/annex/.git","--work-tree=/Users/jtang/annex","cat-file","--batch"] +[2012-07-26 19:02:50 IST] read: git ["config","--null","--list"] +[2012-07-26 19:02:50 IST] call: open ["file:///Users/jtang/annex/.git/annex/webapp.html"] +The file /Users/jtang/annex/.git/annex/webapp.html does not exist. +git-annex: failed to start web browser on url file:///Users/jtang/annex/.git/annex/webapp.html +</pre> + +I would have expected the open command to open up http://localhost:port/ instead of a file on my machine. Anyway, its just an observation on the current state of the webapp feature, not expecting it to work enough for me to test it ;) |