View Ticket

Not logged in
Ticket Hash: 0c9ebf37b7033db9c20238de01f3abfc7c0bf1c3
Title: Moving from single to multi-user not really clear
Status: Fixed Type: Documentation
Severity: Important Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2013-11-03 12:32:21
Version Found In: 2.0 - updated for fossil 1.25
User Comments:
anonymous added on 2013-08-20 15:44:40: (text/x-fossil-wiki)
Hi!

While reading the book (which I really enjoyed, thanks for all the hard work!) I found the section explaining how to move from single - to multi-users not that clear; I couldn't really deduct how the repository ends up on the server.

For instance, in 3.2.1.0.1 it says 
<pre>
[Pandora-2:/Users/jschimpf/Public] jim% cd FOSSIL/
[Pandora-2:jschimpf/Public/FOSSIL] jim% fossil ui -port 8081 FossilBook.fossil &
[1] 310
[Pandora-2:jschimpf/Public/FOSSIL] jim%
</pre>
so that suggests the FossilBook.fossil lives in /Users/jschimpf/Public/Fossil

In the example further along in the text, section 3.2.1.0.3 to be precise, the example looks like this:

<pre>
#!/usr/local/bin/fossil
# Put the book repository on the web
repository: /Users/Shared/FOSSIL/Fossilbook.fossil
</pre>

To me, as a non-mac user, it's not clear if this is referencing to the same file on the disk. So as a win/linux I need to transfer that fiel myself to the server?

Following this, paragraph 3.4.1 isn't completely clear to me either; given what I assumed above, namely that /Users/jschimpf/Public/FOSSIL is the same folder as /Users/Shared/FOSSIL/, the command from 3.4.1:

<pre>
[Pandora-2:jschimpf/Public/FOSSIL] fossil clone http://jim:<passwd>@pandora.dyn-o-saur.com:8080/cgi-bin/Book.cgi FossilBook.fossil
</pre>

would overwrite that file. 

All in all, I'm a bit at a loss :)

But again, other than that, I really enjoyed the book!

anonymous added on 2013-08-20 15:45:38: (text/x-fossil-plain)
...and apologies for messing up the layout in the original ticket posting.

jim added on 2013-11-03 12:32:21: (text/x-fossil-plain)
Did an update in [1b4d132706]