Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 888 Bytes

README.rst

File metadata and controls

35 lines (19 loc) · 888 Bytes

guacamole-django-client

A django project, python version of project guacamole-client, for communication with Guacamole server (guacd)

Support Python 2.7

Installation

After cloning the project, run:

$ pip install -r requirement.txt

$ python manage.py runserver

Configuration

...

Development

Please refer to Official guacamole document

Notes

guacamole-django-client is licensed under the Apache License 2.0 and is based on efforts by Rescale django-guacamole project and Mohab Usama pyguacamole project.