Subversion Repositories oidplus

Rev

Rev 672 | Rev 786 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
601 daniel-mar 1
# About OIDplus 2.0
2
 
3
### What is OIDplus?
4
OIDplus is an OpenSource software solution by ViaThinkSoft that can be used by
5
Registration Authorities to manage and publish information about
6
Object Identifiers (OIDs), Globally Unique Identifiers (GUIDs), and much more.
7
 
8
More information as well as a demo version of OIDplus can be found here:
9
https://www.oidplus.com/
10
 
11
### Download and install OIDplus
12
 
13
##### Method A - Download using SVN (recommended):
14
        sudo apt-get update
15
        sudo apt-get install svn
16
        svn co https://svn.viathinksoft.com/svn/oidplus/trunk/
17
 
18
##### Method B - Download using Git:
19
        sudo apt-get update
20
        sudo apt-get install git
21
        git clone https://github.com/danielmarschall/oidplus.git
22
 
23
##### Method C - Download SVN snapshot:
24
Download a TAR.GZ file here:
25
        https://www.viathinksoft.com/projects/oidplus
26
 
27
### System requirements
28
- PHP compatible web server (tested with Apache 2, nginx and Microsoft IIS)
727 daniel-mar 29
- PHP 7.0 or higher (tested till PHP version 8.1)
672 daniel-mar 30
        with extension MySQLi, PostgreSQL, SQLite3, PDO, or ODBC, depending on your database
601 daniel-mar 31
- Supported databases:
727 daniel-mar 32
        MySQL/MariaDB,
33
        PostgreSQL,
34
        SQLite3,
35
        Microsoft SQL Server
36
- Independent of operating systems (tested with Windows, Linux and macOS X)
601 daniel-mar 37
 
38
### Reporting a bug
39
You can file a bug report here:
40
- https://www.viathinksoft.com/thinkbug/thinkbug.php?id=97
41
- https://www.viathinksoft.com/contact/daniel-marschall
42
- https://github.com/danielmarschall/oidplus/issues
43
 
44
### Support
45
If you have any questions or need help, please contact us:
46
https://www.viathinksoft.com/contact/daniel-marschall
47