File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 2424
2525<br />
2626
27- ## Want more? Go PRO!
27+ ## Quick Start in [ Docker ] ( https://www.docker.com/ )
2828
29- PRO versions include ** Premium UI Kits ** , Lifetime updates and ** 24/7 LIVE Support ** (via [ Discord ] ( https://discord.gg/fZC6hup ) )
29+ > Get the code
3030
31- | [ Django Datta PRO] ( https://appseed.us/admin-dashboards/django-dashboard-dattaable-pro ) | [ Django Soft PRO] ( https://appseed.us/product/django-soft-ui-dashboard-pro ) | [ Django Volt PRO] ( https://appseed.us/admin-dashboards/django-dashboard-volt-pro ) |
32- | --- | --- | --- |
33- | [ ![ Django Datta PRO] ( https://raw.githubusercontent.com/app-generator/django-dashboard-dattaable-pro/master/media/django-dashboard-dattaable-pro-screen.png )] ( https://appseed.us/admin-dashboards/django-dashboard-dattaable-pro ) | [ ![ Django Soft PRO] ( https://user-images.githubusercontent.com/51070104/123547150-3f176300-d768-11eb-9359-ad6611e19a3a.png )] ( https://appseed.us/product/django-soft-ui-dashboard-pro ) | [ ![ Django Volt PRO] ( https://raw.githubusercontent.com/app-generator/django-dashboard-volt-pro/master/media/django-dashboard-volt-pro-screen.png )] ( https://appseed.us/admin-dashboards/django-dashboard-volt-pro )
31+ ``` bash
32+ $ git clone https://github.com/app-generator/django-dashboard-coreui.git
33+ $ cd django-dashboard-coreui
34+ ```
35+
36+ > Start the app in Docker
37+
38+ ``` bash
39+ $ docker-compose pull # download dependencies
40+ $ docker-compose build # local set up
41+ $ docker-compose up -d # start the app
42+ ```
43+
44+ Visit ` http://localhost:85 ` in your browser. The app should be up & running.
3445
35- <br />
3646<br />
3747
3848![ Django Dashboard CoreUI - Template project provided by AppSeed.] ( https://raw.githubusercontent.com/app-generator/django-dashboard-coreui/master/media/django-dashboard-coreui-screen.png )
You can’t perform that action at this time.
0 commit comments