Skip to content

Commit

Permalink
Add doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jripsl committed Sep 19, 2016
1 parent 091069f commit b5220fe
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 16 deletions.
4 changes: 2 additions & 2 deletions sdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ compute farm freeing the resources.

## Version

* Stable: 1.0
* Stable: 1.1

* Testing: 1.1
* Testing: 1.2
3 changes: 2 additions & 1 deletion sdp/doc/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- Version 1.1 - 20160717
- Version 1.2 -
- Version 1.1 - 20160919
- add CORDEX support.
- add pexec support.
- add multivalues support for job_class option.
Expand Down
10 changes: 6 additions & 4 deletions sdp/doc/deb_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This documents contains instructions to install *sdp* from DEB package.

*sdp* DEB package is available for Debian, Ubuntu and Mint.

## Naming
## Terminology

* *synda* is the application name
* *sdp* is the module name
* *synda-pp* is the package name
* *sdp* is the module name (synda is made of several modules)
* *synda-pp* is the Debian package name

## Installation

Expand All @@ -33,7 +33,7 @@ If you need a distro/version that is not listed, you can open a github issue so

Note: DEB packages are currently only available for 64 bits architecture

Once repository is added, run command below to update package list.
Once repository is added, run command below to update the package list.

```
sudo apt-get update
Expand All @@ -47,6 +47,8 @@ sudo apt-get install synda-pp --force-yes -y

## Configuration

* Edit */etc/synda/sdp/sdp.conf* file

* Restart service with

```
Expand Down
11 changes: 7 additions & 4 deletions sdp/doc/rpm_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ This documents contains instructions to install *sdp* from RPM package.

On RHEL5, *sdp* can only be installed from source.

## Naming
## Terminology

* *synda* is the application name
* *sdp* is the module name
* *synda-pp* is the package name
* *sdp* is the module name (synda is made of several modules)
* *synda-pp* is the RPM package name

## Installation

Expand All @@ -29,7 +29,8 @@ sudo yum install epel-release -y
To install *sdp* RPM package, use

```
sudo yum install http://sd-53687.dedibox.fr/synda/sdp/rpm/<package-name> -y
wget http://sd-53687.dedibox.fr/synda/sdp/rpm/<package-name>
sudo yum install -y <package-name>
```

where &lt;package-name&gt; can be one of
Expand Down Expand Up @@ -59,6 +60,8 @@ Note: RPM packages are currently only available for 64 bits architecture

## Configuration

* Edit */etc/synda/sdp/sdp.conf* file

* Restart service with

```
Expand Down
6 changes: 1 addition & 5 deletions sdp/doc/src_install.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# *sdp* installation from source guide

## Introduction

This document describes how to install and configure sdp module.

## Synopsis

This documents contains instructions to install *sdp* from source.
This documents contains instructions to install synda *sdp* module from source.

## Requirements

Expand Down
6 changes: 6 additions & 0 deletions sdp/doc/upgrade_deb.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This document contains instructions to upgrade *sdp* version using Debian packag

### Pre-upgrade

Stop service with

```
sudo service sdp stop
```

Backup folders below

/etc/synda/sdp
Expand Down
6 changes: 6 additions & 0 deletions sdp/doc/upgrade_rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This document contains instructions to upgrade *sdp* version using RPM package.

### Pre-upgrade

Stop service with

```
sudo service sdp stop
```

Backup folders below

/etc/synda/sdp
Expand Down
12 changes: 12 additions & 0 deletions sdp/doc/upgrade_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This document contains instructions to install new *sdp* version.

### Pre-upgrade

Stop daemon with

```
spdaemon stop
```

Backup $HOME/sdp folder

### Upgrade
Expand All @@ -28,3 +34,9 @@ username, password..).

Note: you can use a diff program to compare post-upgrade configuration files
over pre-upgrade configuration files (from the backup).

Start daemon with

```
spdaemon start
```

0 comments on commit b5220fe

Please sign in to comment.