Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
PEDASI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Research Software Group
PEDASI
Commits
ec934472
Commit
ec934472
authored
6 years ago
by
Steve Crouch
Browse files
Options
Downloads
Patches
Plain Diff
Initial structure and bits on first steps
parent
ecd29800
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/guide_administrator.rst
+95
-0
95 additions, 0 deletions
docs/source/guide_administrator.rst
with
95 additions
and
0 deletions
docs/source/guide_administrator.rst
0 → 100644
+
95
−
0
View file @
ec934472
.. _guide_user:
PEDASI User Guide
=================
.. toctree::
:maxdepth: 2
:caption: Contents:
.. note:: Please read the :ref:`User Guide<guide_user>` first to give you an overview of the PEDASI platform before reading this guide.
Deploying PEDASI in Production
------------------------------
A deployment of PEDASI is done automatically to a remote Ubuntu server via a preconfigured Ansible script, which performs the following tasks:
1.
Prerequisites
^^^^^^^^^^^^^
Ensure you have the following prerequisites before you begin:
- Ubuntu 18.04 LTS server with:
- The latest security updates
- A static IP address
- A user account with external SSH access enabled and with sudo access privileges (e.g. 'ubuntu' - ubuntu will be used throughout this documentation)
- A Linux or Mac OS X local machine with:
- Ansible v2.7.1 or above installed
- Git command line client v2 or above installed
Cloning out the PEDASI Repository
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
On your local machine, first clone the PEDASI repository:
.. code-block:: console
$ git clone https://github.com/PEDASI/PEDASI.git
Configuration
^^^^^^^^^^^^^
Deployment
^^^^^^^^^^
Managing Data Sources
---------------------
Adding a Data Source
^^^^^^^^^^^^^^^^^^^^
Updating a Data Source
^^^^^^^^^^^^^^^^^^^^^^
Removing a Data Source
^^^^^^^^^^^^^^^^^^^^^^
Approving Data Access Requests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Managing Applications
---------------------
Adding an Application
^^^^^^^^^^^^^^^^^^^^^
Updating an Application
^^^^^^^^^^^^^^^^^^^^^^^
Removing an Application
^^^^^^^^^^^^^^^^^^^^^^^
References
----------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment