Subversion Repositories oidplus

Rev

Rev 1180 | Rev 1321 | 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
 
849 daniel-mar 13
##### Method A - Download using SVN:
14
    sudo apt-get update
15
    sudo apt-get install svn
16
    svn co https://svn.viathinksoft.com/svn/oidplus/trunk/
601 daniel-mar 17
 
18
##### Method B - Download using Git:
849 daniel-mar 19
    sudo apt-get update
20
    sudo apt-get install git
21
    git clone https://github.com/danielmarschall/oidplus.git
601 daniel-mar 22
 
23
##### Method C - Download SVN snapshot:
849 daniel-mar 24
Download a TAR.GZ file here: https://www.viathinksoft.com/projects/oidplus
601 daniel-mar 25
 
26
### System requirements
1180 daniel-mar 27
- PHP compatible web server (tested with Apache 2, nginx, and Microsoft IIS)
1044 daniel-mar 28
- PHP 7.0 or higher (tested till PHP version 8.2 inclusive)
786 daniel-mar 29
        with extension MySQLi, PostgreSQL, SQLite3, PDO, OCI8, or ODBC, depending on your database
601 daniel-mar 30
- Supported databases:
727 daniel-mar 31
        MySQL/MariaDB,
32
        PostgreSQL,
33
        SQLite3,
1044 daniel-mar 34
        Oracle,
1173 daniel-mar 35
        Microsoft SQL Server,
1235 daniel-mar 36
        Microsoft Access,
37
        Firebird
727 daniel-mar 38
- Independent of operating systems (tested with Windows, Linux and macOS X)
601 daniel-mar 39
 
40
### Reporting a bug
41
You can file a bug report here:
849 daniel-mar 42
- https://github.com/danielmarschall/oidplus/issues (recommended)
893 daniel-mar 43
- https://www.viathinksoft.com/contact/daniel-marschall (for confidential reports)
601 daniel-mar 44
 
45
### Support
46
If you have any questions or need help, please contact us:
47
https://www.viathinksoft.com/contact/daniel-marschall