Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
27fcf5c2
authored
Dec 19, 2024
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README
parent
28faee8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
1 deletions
+29
-1
README.md
+28
-0
circle_client.desktop
+1
-1
No files found.
README.md
0 → 100644
View file @
27fcf5c2
# 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
circle_client.desktop
View file @
27fcf5c2
...
@@ -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=
fals
e
Terminal=
tru
e
MimeType=x-scheme-handler/circle;
MimeType=x-scheme-handler/circle;
Categories=Utility;
Categories=Utility;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment