cloud wiki is a wiki engine written in python and backed by sqlite, providing user authentication, powerful command line administration facilities, and a concise, efficient Web interface.
cloud wiki is a wiki engine written in python and backed by sqlite, providing user authentication, powerful command line administration facilities, and a concise, efficient Web interface.
To install cloudwiki, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cloudwiki
To see what files were installed by cloudwiki, run:
port contents cloudwiki
To later upgrade cloudwiki, run:
sudo port selfupdate && sudo port upgrade cloudwiki
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.