mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
1.6 KiB
1.6 KiB
Getting Started
Introduction
This guide explains how to setup a local Zammad development environment. You can choose between two approaches:
- Devcontainer Setup (recommended) - Uses a prebuilt development container for a ready-to-use environment. This is the quickest way to get started.
- Manual Setup - Install all dependencies directly on your machine for full control.
Quick Start
1. Clone the Zammad repository
2. Starting the Environment
Devcontainer Setup
- Open the project folder in VS Code
- Click "Reopen in Container"
- The container will build automatically and start all required services
For more information, see devcontainer setup guide
Manual Setup
- Follow instructions in manual setup guide
3. First-Time Initialization
- Devcontainer setup: Not required; the container comes preconfigured.
- Manual setup: Refer to the development-workflow setup.
4. Launching Zammad
You can start Zammad development services with:
Devcontainer setup
dev
Manual setup
bin/dev
5. Login
Once the application is running, open it in your browser at http://localhost:3000 and use the default development credentials:
Username / Email: admin@example.com
Password: test
Note
The first time you launch the app, it can take a few minutes for assets to compile. You may see a blank browser window until this process is complete.