public:user_software:user_software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:user_software:user_software [2015-09-09 12:11] – [Code repository] Arno Schoenmakerspublic:user_software:user_software [2017-03-08 15:27] (current) – external edit 127.0.0.1
Line 93: Line 93:
 </code> If however you prefer to directly merge the upstream changes into your feature/development branch, you simply run <code bash>git svn rebase</code> In either case ensure there are no uncommitted changes -- either add and then commit them or stash them, before pulling in the upstream changes. </code> If however you prefer to directly merge the upstream changes into your feature/development branch, you simply run <code bash>git svn rebase</code> In either case ensure there are no uncommitted changes -- either add and then commit them or stash them, before pulling in the upstream changes.
  
-=== Write access to the repository === 
  
-FIXME <html><font color=red><b>This information is outdated! It will be updated soon</b></font color></html> 
- 
-While (by design) the user software repository is world-wide readable, write access is being restricted to a list of registered users. The basic procedure for getting added to that list -- which basically relies on a combination of a ''username'' and MD5 encrypted ''password'' -- is described below: 
- 
-The information which needs to be provided by the user is a combination of ''username'' and ''password'', where the latter is being hashed using the MD5 algorithm. The encryption of the password can be done in a number of ways, depending on the tools available to the user requesting access: 
- 
-  * Using ''htpasswd'': <code bash>htpasswd -nbm <username> <password></code> 
-  * Using ''openssl'': <code bash>openssl passwd -apr1 <password></code> 
- 
-If none of the above mentioned tools are available, use can be made of an [[http://www.htaccesstools.com/htpasswd-generator|online htpasswd generator]]. 
- 
-Depending on the command line tool being used, the output will contain the full string to be entered into the password file or the encrypted password only (in which case the username needs to be prepended): 
-<file> 
-lbaehren:$apr1$ziNPu...$YYKeohAqIiIzfz4YA12345    ## htpasswd 
-$apr1$9H8IBSvy$yswI9jLosDkDx1a6.12345             ## openssl 
-</file> 
- 
-==== Supported platforms ==== 
- 
-First-level supported platforms: 
- 
-  - Ubuntu 10.04 LTS 
- 
-Second-level supported platforms: 
- 
-  - Debian GNU/Linux 6.x 
  
 ==== Local installation ==== ==== Local installation ====
 {{public:user_software:installation_manual.pdf}} {{public:user_software:installation_manual.pdf}}
  • Last modified: 2015-09-09 12:11
  • by Arno Schoenmakers