phpIPAM installation on CentOS 7 with php8 and nginx webserver
Here is a full guide on how to install phpIPAM on CentOS 7 with nginx as webserver and php8 support. This should work on all RHEL based distributuons. For this guide competely fresh install of CentOS 7 was used, step by step guide for all applications needed for phpIPAM to run will be covered.
The following assumptions were used: ... Read more
phpIPAM version 1.5 released
phpIPAM version 1.4 released
phpIPAM version 1.3.2 released
phpIPAM on nginx
You can use phpIPAM on Nginx webserver with php-fpm, below is a code snippet for nginx setup. From version 1.3.2 on url rewriting was simplified, so please check your phpipam version and use correct code snippet for nxing configuration.
... Read morephpIPAM version 1.3.1 released
phpIPAM version 1.3 released
Quite some time has passed since last version was released, so this upgrade offers quite some new features! ... Read more
phpIPAM installation on Ubuntu 17.04
Here is a full guide on how to install phpIPAM on Ubuntu linux 17.04. For this guide I used competely fresh install of Ubuntu linux 17.04 we will do step by step guide for all applications needed for phpIPAM to run.
I used the following assumptions:
- No software is installed on server (Apache, MySQL, php)
- Database and apache server will run on same machine
- phpipam will run in server root directory (will be accessible via http://ip_address/), no vhosts
- Prettified links will be used
- Only bare minimum configuration will be done
Migrate phpipam to new server
Here is a short guide on howto migrate phpipam to new server. Before migrating please make sure both (old and new) servers have the same phpipam code (version).
For this example we will use following assumptions, please adjust accordingly:
- phpipam code will be in
/var/www/phpipam
directory - phpipam database name will be
phpipam
- MySQL username and password for phpipam will be
phpipam / phpipampassword