How to use web interface?
The tarmac-web file in the source suggests that tarmac has a web interface available, but there's no documentation about how to use or configure it.
I have hunted down a scrap of documentation, in the merge proposal where the web interface was merged in.
https:/
So, I copied the tarmac-web file to /usr/bin and marked it as executable. By trial and error I found that the command format was:
tarmac-web <port> <project>
However, when I try to access the page, I get the following error:
127.0.0.1:38593 - - [25/Sep/2011 04:40:37] "HTTP/1.1 GET /" - 500 Internal Server Error
Traceback (most recent call last):
File "/usr/lib/
return p(lambda: process(
File "/usr/lib/
h()
File "/usr/lib/
mod = __import_
ImportError: No module named tarmac-web
So we have some issues here:
-The web interface does not work
-The web interface has no documentation
-The web interface is not installed by default; one has to figure out how to install it.
Question information
- Language:
- English Edit question
- Status:
- Open
- For:
- Tarmac Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask JC Hulce for more information if necessary.