Common Installations Errors
Common errors during local installation
On this page, you find the common errors that occur during the local installations of miniCal.
Q). Database installation is stuck?
Ans. If you are using Apache serve then do these configurations.
check if the rewrite module is enabled.
set apache2.conf AllowOverride All to your Directory
If you are using Nginx then do these configurations. Check this link for more details https://github.com/minical/minical/blob/master/docker/nginx.conf.
Q). How to publish in apache 'api' point in the virtual host if "minical/public" and "minical/api" in the same directory?
Ans. For virtual host configuration, you can create two separate virtual hosts for Apache, something like this:
Q). How to add extensions on local setup?
Ans. You can download a few Open source extensions here https://docs.minical.io/build-an-extension/open-source-extensions Put them in your local extensions directory located at "/minical/public/application/extensions/".
Q). SMTP settings and AWS keys are mandatory before DB installation?
Ans. No, these are not mandatory.
Last updated