CiscoDevNet / iPSK-Manager

Identity PSK (IPSK) Manager for Cisco ISE provides an example of how to manage the full Life Cycle of Wi-Fi Pre Shared Keys for supported Hardware/Software through Cisco ISE.
Apache License 2.0
30 stars 16 forks source link

Cannot get the iPSK Page to run as expected #29

Closed VidaRD1234 closed 9 months ago

VidaRD1234 commented 10 months ago

I installed a clean Version on an Ubuntu 20.04 LTE.

After I set up Apache, PHP and so on. I only get a list of the directory to run when I open the Browser. grafik And this I only managed to get after I entered the following in the /etc/apache2/sites-enabled/000-default.conf : DirectoryIndex index.php

Clicking on the "adminportal" Folder will get me into the installer. From there I can complete further the steps in the "Installation".

But, after finishing with the installer things, I still cannot get the main page to work so, I click on the adminfolder again. This gets me to enter the username and password (as written in Step 20). But once I do it I get the following error: grafik

So the question here is if there are some additional Settings that need to be entered which are not described in the Doku or is this a Bug of some sort?

VidaRD1234 commented 10 months ago

I managed to get it working.

The following needs to be added in the apache sites-enabled file:

DocumentRoot /var/www/iPSK-Manager/adminportal

<Directory /var/www/iPSK-Manager/adminportal>
AllowOverride All
</Directory>

Since I am no expert to Github I would appreciate someone adding this to the "Installation" Procedure so that other (not so Linux Savy people) could save some time.

Ty.

ciesinsn commented 9 months ago

This is already in step 10 and 11 of the document on how to install. My guess is you may have skipped them since you asked the question in another issue about not using SSL and this is in the SSL steps.