Install Typemill in 5 Minutes

Sebastian Schürmanns

You can install Typemill manually, via GitHub, or with Docker. For full information, please consult the documentation.

Manual Installation

  1. Download Typemill or a specific bundle for your use case.
  2. Ensure you have an Apache or Nginx server with PHP 8.1 or higher.
  3. Unzip Typemill and upload the files to your server.
  4. Visit your website, create an admin user, and start writing immediately.

Installation via GitHub

Clone Typemill from GitHub:

git clone "https://github.com/typemill/typemill.git"

Install dependencies with Composer (make sure you have Composer installed):

composer install

If you prefer to update all libraries to their latest versions, you can use composer update instead.

Installation with Docker

Pull Typemill from DockerHub:

docker pull kixote/typemill

Start a Typemill container:

docker run -d --name typemill -p 8080:80 kixote/typemill

Typemill will now be available at http://localhost:8080.