System Requirements upates
Typemill is a modern and lightweight software. All you need is:
- PHP 8.0 or higher
- A webserver (Apache prefered, or NGINX)
- FTP to upload your files to your server
Almost any hosting package provides a webserver with PHP. If you've ever hosted a web-software like WordPress, then you can run Typemill without any problems.
Build-in PHP
If you are using the build-in php-server on Windows or Mac, then make sure that some basic libraries are installed. Typemill needs mbstring
, iconv
, session
, gd
, and fileinfo
. You can check that with phpinfo()
.
Typemill supports the following browsers:
- Firefox (heavily tested)
- Chrome (tested)
- Edge (basic tests)
- IE11 (basic tests)
- Safari (basic tests)
If you have problems with other environments, then please let me know, and add a new issue on GitHub.