You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,37 @@
1
-
# Nutanix Python API Lab v1.2 - Complete Demo
1
+
# Nutanix Python API Lab v1.3 - Complete Demo
2
2
3
3
This Python Flask demo app is designed as a complete working version of the dashboard created in the [Nutanix Python Flask and Prism REST API lab](https://www.nutanix.dev/labs/).
4
4
5
5
Rather than download this complete app and run it standalone, new users are recommended to follow the lab so that all components and concepts are appropriately communicated.
6
6
7
7
Those with Python Flask experience are welcome to download this demo and use as they see fit, of course.
8
8
9
+
## Versions
10
+
11
+
Bundled with this repo is a version that can be run using `docker-compose`:
12
+
13
+
- Ensure `git` is installed locally and available in a terminal
-[Install docker-compose](https://docs.docker.com/compose/install/) on your system (this process is beyond the scope of this repo)
21
+
- Checkout the `compose` branch:
22
+
23
+
```
24
+
git checkout compose
25
+
```
26
+
27
+
- Launch the app:
28
+
29
+
```
30
+
docker-compose up -d --build
31
+
```
32
+
33
+
**Notes:** The docker-compose version of this app uses host networking. The configuration of alternative networking is also beyond the scope of this repo, although host networking has been chosen to ensure connectivity via VPN is available in our development environment.
34
+
9
35
## License
10
36
11
37
Please see the accompanying `LICENSE` file that is distributed with this repository.
0 commit comments