Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
3d5d7ee3
Commit
3d5d7ee3
authored
May 02, 2012
by
Constantinos Venetsanopoulos
Browse files
Add Astakos "Terms of Use" documentation
parent
6f85d3fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/admin-guide.rst
View file @
3d5d7ee3
...
...
@@ -146,13 +146,37 @@ to be able to access the django database, so the following should be able to
import the Django settings.
Additionally, administrative tasks can be performed via the admin web interface
located in /admin. Only users of type ADMIN can access the admin pages. To
change
the type of a user to ADMIN, snf-admin can be used:
located in /admin. Only users of type ADMIN can access the admin pages. To
change
the type of a user to ADMIN, snf-admin can be used:
.. code-block:: console
$ snf-manage user modify 42 --type ADMIN
Adding Astakos "Terms of Use"
-----------------------------
Astakos supports versioned terms-of-use. First of all you need to create an
html file that will contain your terms. For example, create the file
``/usr/share/synnefo/sample-terms.html``, which contains the following:
.. code-block:: console
<h1>~okeanos terms</h1>
These are the example terms for ~okeanos
Then, add those terms-of-use with the snf-manage command:
.. code-block:: console
$ snf-manage addterms /usr/share/synnefo/sample-terms.html
Your terms have been successfully added and you will see the corresponding link
appearing in the Astakos web pages' footer.
Reconciliation mechanism
------------------------
...
...
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