Skip to content

02.QuickStart

wangqi edited this page Aug 30, 2022 · 5 revisions

Whenever people want to explore Scaleph system, they want a running Scaleph application, then people can interact with Scaleph through Scaleph Admin.

Luckily, deploy Scaleph locally just takes three steps.

  • Make sure Docker installed on your machine.
  • Clone the repository
  • Use Docker Compose and Scaleph Docker image quickly install and run Scaleph.
git clone https://github.com/flowerfine/scaleph.git
cd scaleph/tools/docker/deploy/scaleph
docker-compose up

Once all containers have started, the UI is ready to go at http://localhost!