Koozali.org: home of the SME Server
Obsolete Releases => SME Server 9.x => Topic started by: Bud on August 04, 2019, 09:21:06 AM
-
guys please can you assist
i am trying to install phpipam on sme 9.2 - https://www.phpipam.net/
i have done the following:
php-scl: php71
Information bay Name: ipam
Allow directory listing: ENABLED
Follow symbolic links (FollowSymLinks): ENABLED
Allow .htaccess policy ( AoolowOverride ): DISABLED
Allow WebDav: DISABLED
Allow access to remote files ( ASllow_url_fopen ): ENABLED
PHP Memory Limit: 128MB
Maximum upload size ( upload_max_filesize): 20MB
Maximum post size ( post_max_size ): 20MB
Maximum execution time: 5MINS
Enter Paths PHPBaseDir: /home/e-smith/files/ibays/ipam/html/:/tmp/
i copied the phpipam files to " /home/e-smith/files/ibays/ipam/html "
when i try to run " smeip/ipam/install/ " i get the following issue
phpIPAM Installation Error
Please make sure all the requirements are set properly!
1.) Define Base
Make sure BASE directive is set for your installation. This is used to properly detect phpIPAM directory. It must be set in config.php and in .htaccess
Detected BASE: /ipam/
2.) Enable mod_rewrite
Search for Directory directive in default apache config (or vhost config) and add/change it to
vi /etc/apache2/sites-enabled/000-default
Options FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
any ideas what i must do? :)
-
Here are some notes:
https://github.com/mmccarn/smeserver/blob/master/Install%20phpipam%201.4%20on%20SME9.2.md
Things you may have missed:
- mysql does not use networking by default on SME 9.2.
- the installer assumes you've installed and populated the mysql db manually, or that you are entering the mysql root username and password during install so the installer can create the database for you.
- the default php-scl install is missing a few modules used by phpipam
- the php-scl install doesn't change the default php cli version by default. You either need to change the default php cli version, or configure a different path to php cli in config.php
-
mmccarn thank you buddy
i honestly appreciate your support :-)
-
No worries.
I appreciate your research into network management tools - can't wait to see what you find next.