Subversion Repositories oidplus

Rev

Rev 1235 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1235 Rev 1321
Line 19... Line 19...
19
    sudo apt-get update
19
    sudo apt-get update
20
    sudo apt-get install git
20
    sudo apt-get install git
21
    git clone https://github.com/danielmarschall/oidplus.git
21
    git clone https://github.com/danielmarschall/oidplus.git
22
 
22
 
23
##### Method C - Download SVN snapshot:
23
##### Method C - Download SVN snapshot:
24
Download a TAR.GZ file here: https://www.viathinksoft.com/projects/oidplus
24
Download a TAR.GZ file here: https://oidplus.com/download.php
25
 
25
 
26
### System requirements
26
### System requirements
27
- PHP compatible web server (tested with Apache 2, nginx, and Microsoft IIS)
27
- PHP compatible web server (tested with Apache 2, nginx, and Microsoft IIS)
28
- PHP 7.0 or higher (tested till PHP version 8.2 inclusive)
28
- PHP 7.0 or higher (tested till PHP version 8.2 inclusive)
29
        with extension MySQLi, PostgreSQL, SQLite3, PDO, OCI8, or ODBC, depending on your database
29
        with extension MySQLi, PostgreSQL, SQLite3, PDO, OCI8, or ODBC, depending on your database
30
- Supported databases:
30
- Supported databases:
31
        MySQL/MariaDB,
31
        MySQL/MariaDB,
32
        PostgreSQL,
32
        PostgreSQL,
33
        SQLite3,
33
        SQLite3,
34
        Oracle,
-
 
35
        Microsoft SQL Server,
34
        Microsoft SQL Server,
-
 
35
        Oracle,
36
        Microsoft Access,
36
        Microsoft Access,
37
        Firebird
37
        Firebird
38
- Independent of operating systems (tested with Windows, Linux and macOS X)
38
- Independent of operating systems (tested with Windows, Linux and macOS X)
39
 
39
 
40
### Reporting a bug
40
### Reporting a bug