Commit 27fcf5c2 by Szeberényi Imre

README

parent 28faee8f
# CIRCLE Client
The CIRCLE client is a simple python utility for logging into a VM running in the CIRCLE cloud.
After clicking on the connect button on the CIRCLE dashboard, the utility starts
the appropriate program (remmina, putty, ssh...) with the current username and password.
# How to install circle client on Linux:
1. git clone -b linuxInstaller --single-branch https://git.ik.bme.hu/CIRCLE3/client.git
2. cd client
3. ansible-playbook setup.yaml
## The script installs:
- remmina (standalone or snap version, snap is prefered)
- single python script (circle_client) to /usr/local/bin
- circle_client.desktop to /usr/share/applications
- circle_client.png to /usr/share/icons
## Requirements:
- python3
- ansible-palybook
### Tested with:
- python 3.12.3
- ansible-playbook [core 2.16.3]
python version = 3.12.3 (main, Nov 6 2024, 18:32:19) [GCC 13.2.0] (/usr/bin/python3)
jinja version = 3.1.2
...@@ -5,6 +5,6 @@ Name=CIRCLE Client ...@@ -5,6 +5,6 @@ Name=CIRCLE Client
Comment=Tool to enhance the use of the CIRCLE Cloud Comment=Tool to enhance the use of the CIRCLE Cloud
Exec=circle_client %u Exec=circle_client %u
Icon=circle_client Icon=circle_client
Terminal=false Terminal=true
MimeType=x-scheme-handler/circle; MimeType=x-scheme-handler/circle;
Categories=Utility; Categories=Utility;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment