Skip to content

Commit 8c519ec

Browse files
committed
update README.rst
1 parent c8e177f commit 8c519ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ Demo_
1111

1212
.. _Demo: http://trco.silkym.com/dbmf/
1313

14+
Test and experiment on your machine
15+
===================================
16+
17+
This repository includes ``Dockerfile`` and ``docker-compose.yml`` files so you can easily setup and start to experiment with ``django-bootstrap-modal-forms`` running inside of container on your local machine. Any changes made in bootstrap_modal_forms, examples and test folders are reflected directly in container (see docker-compose.yml) and the data stored in sqlite3 database are persistent even if you remove stopped container. Follow the steps bellow to run the app::
18+
19+
$ clone repository
20+
$ cd django-bootstrap-modal-forms
21+
$ docker compose up (use -d flag to run app in detached mode in the background)
22+
$ visit 0.0.0.0:8000
23+
1424
Installation
1525
============
1626

0 commit comments

Comments
 (0)