43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
-
+
|
available TCP port to use on its own) and then automatically launches
your web browser to point at that server. If you run the "ui" command
from within an open check-out, you can omit the repository name:
<b>fossil ui</b>
The latter case is a very useful short-cut when you are working on a
fossil project and you what to quickly do some work with the web interface.
fossil project and you want to quickly do some work with the web interface.
Notice that fossil automatically finds an unused TCP port to run the
server own and automatically points your web browser to the correct
URL. So there is never any fumbling around trying to find an open
port or to type arcane strings into your browser URL entry box.
The interface just pops right up, ready to run.
The fossil web interface is also very easy to setup and run on a
|