Files
automatisch/packages/docs/pages/guide/installation.md
2022-08-13 16:54:47 +03:00

1.1 KiB

Installation

Automatisch supports both npm and docker installation.

npm

You can try Automatisch without installing by using npx.

npx automatisch

Or you can install Automatisch globally via npm.

npm install automatisch -g

You need to run the start command after the installation.

automatisch start

docker

You can also use docker to install Automatisch.

docker run -it \
	--name automatisch \
	-p 3000:3000 \
	automatisch start

Let's discover!

✌️ That's it; you have Automatisch running. Let's check it out by browsing http://localhost:3000

If you see any problem while installing Automatisch, let us know via github issues or our discord server.