To work, you can just remove the 'x' arg from the install function.
(include the x again after you installed it, you do not want someone to
redefine your setup)
after that, the page just showed:
bootstrap
an then, index shows the error:
Traceback (most recent call last):
File "/web2py_github/gluon/restricted.py", line 205, in restricted
exec ccode in environment
File
"/web2py_github/applications/muvuca/views/bootstrap/app/home.html", line
423, in <module>
NameError: name 'featured_members' is not defined
--