Using Docker to run Lesli
Clone the LesliDemo repository from Github
# Inside your Rails root folder
git clone https://github.com/LesliTech/lesli-docker-demo.git
Run the Lesli image
docker compose up --build
Navigate to the Lesli demo website using your favorite web browser: http://127.0.0.1:300
Logging into your new Lesli application
The seeders comes with default users with different roles and privileges, to see Lesli in action use the owner user:
username: [email protected]
password: Tardis2023$
The Lesli demo Docker image includes all the Lesli modules pre-installed and a collection of sample data.