Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
3480fcee
authored
Aug 01, 2014
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
info: add first part of help site
parent
50fa3b0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
0 deletions
+63
-0
circle/templates/info/help.html
+63
-0
No files found.
circle/templates/info/help.html
0 → 100644
View file @
3480fcee
{% extends "dashboard/base.html" %}
{% load i18n %}
{% block title-page %}{% trans "Help" %}{% endblock %}
{% block content %}
<div
class=
"row"
><div
class=
"col-lg-8 col-lg-offset-2"
>
<div
class=
"page-header"
>
<h1>
{% trans "Help" %}
<small>
{% trans "user guide in short" %}
</small></h1>
</div>
<div
class=
"panel panel-default"
>
<div
class=
"panel-body"
>
<p>
{% blocktrans %}
This is a deployment of
<a
href=
"http://circlecloud.org/"
>
CIRCLE
Cloud
</a>
, which is a free and open source cloud manager.
{% endblocktrans %}
{% blocktrans %}
Its most important function is starting and managing virtual machine
instances based on templates.
These templates are also easy to create.
{% endblocktrans %}
</p><p>
{% blocktrans %}
Apart from this tutorial we recommend to try the system, it is quite
intuitive, and the web interface shows detailed instructions on
advanced options.
{% endblocktrans %}
</p>
<h2>
{% trans "Dashboard" %}
</h2>
<p>
{% blocktrans with host=request.get_host %}
You can reach this service at https://{{host}}/ where you can log in
to the dashboard.
{% endblocktrans %}
<p>
{% blocktrans %}
The dashboard is a summary about your virtual machines and other
resources, and the main starting point to access the functions of
the system.
{% endblocktrans %}
</p>
<h3><i
class=
"fa fa-desktop"
></i>
{% trans "Virtual machines" %}
</h3>
<p
{%
if
not
perms
.
vm
%}
class=
"text-muted"
{%
endif
%}
>
{% blocktrans %}
In the
<em>
virtual machines
</em>
box you will find your recent
virtual machines.
A summary view is also available by clicking the
<i
class=
"fa
fa-dashboard"
></i>
dashboard button.
Click on the name of a virtual machine to see its connection
details, preferences, or to change its state.
Important or frequently used machines can be pinned by the
<i
class=
"fa fa-star-o"
></i>
favorite button.
The search function field show results in place, and typing a ⏎
jumps directly to the result, if there is exactly one.
You can start a new virtual machine by clicking
<span
class=
"btn btn-success disabled btn-xs"
>
<i
class=
"fa fa-plus-circle"
></i>
new
</span>
.
{% endblocktrans %}
</p>
</div>
</div>
</div></div>
{% endblock %}
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