Just to be clear: you can install Tiki in more than one way! And WikiSuite is the recommended one of course, if you start from scratch and just want a good server. Here are a couple different scenarios outside the declared WikiSuite scope.
More info: Documentation of Tiki Manager's web UI
As of 2021-07-17, the web interface can be used to install Tiki but it is less stable. You may prefer to use the command line version.
So now to install Tiki, you need a database. Virtualmin actually already created one for you when you created the domain.
Here is video to give you an idea of the process, how to get database details
Now, Tiki Manager will create a fresh Tiki instance fetching files from Git, and using database mentioned above.
For more info, please see the instance section of the documentation of Tiki Manager
So now, you need to log in using SSH with the user you just created (and not as root)
cd /home/example/tiki-manager
php tiki-manager.php instance:create
Here is video to give you an idea of the process, but you should use recommended answers above
After you have answered all the questions, it will take quite some time to install your Tiki. Perhaps 20-30 minutes or more, depending on your context. Just be patient and let it run.
You will get the Tiki HomePage as below.
Login with
u: admin
p: (password you picked above)
This can only be found in the Pro version of Virtualmin and not the GPL (for now), a way of sponsoring the Webmin/Virtualmin Team and if you need paid support.
We have an install script (for existing/regular Virtualmin deployments that didn't make use of our installer) that can install a Tiki instance with minimal effort. Navigate to "Install Scripts" from the left menu, click "Show Install Options". On the next page select the database to be used, offer a path, and you are done.