rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
128 stars 26 forks source link

Running multiple instances of frappe simultaneously #85

Closed Xieyt closed 9 months ago

Xieyt commented 10 months ago

Description

Currently, fm only runs one site instance at time, provide support for running multiple fm site instance at once.

Use Case

Here are some of the use cases:

Expected Behavior

When a user creates three sites, such as one.localhost, two.localhost, and three.localhost, the expected behavior is to allow the user to concurrently open and work on all three sites in separate tabs

Current Behavior (if applicable)

When a user creates three sites, such as one.localhost, two.localhost, and three.localhost, the current behavior is that only once can be accessed at once.

Xieyt commented 9 months ago

Implemented in #91.