We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5fb9d commit 53173a1Copy full SHA for 53173a1
source/installguide/management-server/_pkg_install.rst
@@ -53,3 +53,19 @@ Install on Ubuntu
53
54
sudo apt install cloudstack-management
55
56
+Install on Debian
57
+^^^^^^^^^^^^^^^^^
58
+
59
+.. note::
60
+ The MySQL Python connector is not available in Debian's package repository sources, please add MySQL's own package repository:
61
62
+ .. code:: bash
63
64
+ wget https://dev.mysql.com/get/mysql-apt-config_0.8.36-1_all.deb -O /tmp/mysql-apt-config_0.8.36-1_all.deb
65
+ sudo apt install -y /tmp/mysql-apt-config_0.8.36-1_all.deb
66
+ sudo apt update
67
68
+.. parsed-literal::
69
70
+ sudo apt install cloudstack-management
71
0 commit comments