From here you can start the Fossil webserver
Enter "fossil ui"
~/fossil/project]$ fossil ui
Your web-browser should have now auto-opened on your new repository web-server!
Your Repo is an exact copy of my FURS Repo, the one you just copied from Sourceforge and although most of the action happens in the "working directory", the web server is a very convenient way to manage the repo, get a quick overview, read the user doc, see the stats and read files etc.
You should have full access to everything as it's now your repo.
Fossil gives you a :
- Full WEB Server, you're using it right now!
- Versioned repository for your code
- WYSIWYG Editor
- Wiki's for documentation (you've been reading them)
- Trouble ticket server so you can track bugs in your code
- Plus many more features that provide a FULL development environment in the one easy to copy file that is your Repo.