Install OIDplus on your server
We are grateful for every person that wants to install OIDplus on their systems, as we love to see our product spreading and receive feedback about the user experience. Therefore, if we can help you with installing OIDplus and migrating your data into OIDplus, please let us know. We will support you with this, free of charge!
Installation method A: Download using SVN
Downloading and updating OIDplus via a Subversion (SVN) client. In Windows, you can use the tool TortoiseSVN to check out the repository. On Linux systems, you can use the svn command to download the contents.
sudo apt-get update
sudo apt-get install svn
svn co https://svn.viathinksoft.com/svn/oidplus/trunk/
After that, you can regularly run svn update
to keep OIDplus up-to-date. This command can also be executed in the "Software Update" menu item in the administrator login area.
Installation method B: Download using Git
Downloading and updating OIDplus via GitHub is an alternative method. On Linux systems, you can use the git command to download the contents.
sudo apt-get update
sudo apt-get install git
git clone https://github.com/danielmarschall/oidplus.git
There are various other GIT clients; for example, Plesk has a GIT plugin that lets you manage a GIT repository without a command line.
After that, you can regularly run git pull
to keep OIDplus up-to-date. This command can also be executed in the "Software Update" menu item in the administrator login area.
Installation method C: Download SVN snapshot
Alternatively, you can download an SVN snapshot in the TAR.GZ format. Just extract the contents of the TAR.GZ files after downloading.
Updates can be installed through the "Software Update" menu item in the administrator login area.
System requirements
- PHP compatible web-server (tested with Apache 2, nginx, and Microsoft IIS)
- PHP 7.0 or higher (tested till PHP version 8.3 inclusive)
- with extension MySQLi, PostgreSQL, SQLite3, PDO, OCI8, or ODBC, depending on your database
- Supported databases:
- MySQL/MariaDB
- PostgreSQL
- SQLite3
- Microsoft SQL Server
- Oracle
- Microsoft Access
- Firebird
- Independent of operating systems (tested with Windows, Linux, and macOS X)
Prefer hosting?
If it is too inconvenient for you to set up an individual OIDplus instance, or if you have no server, then we can host a copy of OIDplus for you.