<div dir="ltr"><div><div><div>HI,<br><br></div>We already updated below entry in fixtures.php<br><br>// now you need your admin user!<br><br>$contact = new \Entities\Contact();<br><br>$contact->setCustomer( $c );<br>$contact->setName( 'Chandra Prakash' );<br>$contact->setPosition( 'Internet Resource Analyst' );<br>$contact->setEmail( '<a href="mailto:chandra.mr.prakash@gmail.com">chandra.mr.prakash@gmail.com</a>' );<br>$contact->setPhone( '+91847230806' );<br>$contact->setMobile( '+91847230806' );<br>$contact->setFacilityaccess( true );<br>$contact->setMayauthorize( true );<br>$contact->setLastupdated( new \DateTime() );<br>$contact->setLastupdatedby( 1 );<br>$contact->setCreator( 1 );<br>$contact->setCreated( new \DateTime() );<br>$contact->setNotes( "" );<br><br>$em->persist( $contact );<br><br>$u = new \Entities\User();<br><br>$contact->setUser( $u );<br><br>$u->setUsername( 'admin' );<br><br>// Please choose a secure password below (in place of 'letmein1') or<br>// immeidately change your password when logged in for the first time.<br>$u->setPassword(<br>    OSS_Auth_Password::hash( 'admin', $config['auth']['oss'] )<br>);<br><br></div>Regards,<br></div>Prakash<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 24, 2015 at 5:00 AM, chandra prakash <span dir="ltr"><<a href="mailto:chandra.mr.prakash@gmail.com" target="_blank">chandra.mr.prakash@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Barry,<br>
<br>
Thanks for a big support.<br>
Now we installed IXP-Manager successfully but can you share the<br>
default login credential for IXP-Manager.<br>
Or can we update/check it in any configuration file ?<br>
<br>
Regards,<br>
Chandra Prakash<br>
Inrernet Resource Analyst<br>
<div class="HOEnZb"><div class="h5"><br>
On 9/21/15, Barry O'Donovan <<a href="mailto:barry.odonovan@inex.ie">barry.odonovan@inex.ie</a>> wrote:<br>
><br>
> Chandra,<br>
><br>
> here's a crash course for CentOS7 I've just worked through:<br>
><br>
> <a href="https://github.com/inex/IXP-Manager/wiki/Installation-Misc-CentOS7" rel="noreferrer" target="_blank">https://github.com/inex/IXP-Manager/wiki/Installation-Misc-CentOS7</a><br>
><br>
>   - Barry<br>
><br>
><br>
> On 21/09/2015 11:28, Barry O'Donovan wrote:<br>
>><br>
>><br>
>> On 21/09/2015 09:16, chandra prakash wrote:<br>
>>> I already did it, and my colleague Mr. Nitin  tried to install<br>
>>> IXP-Manager on Ubuntu and got the same issue.<br>
>><br>
>> I can't imagine you got the **same** issue on Ubuntu.<br>
>><br>
>> Looks like the CentOS7 issue is SELinux. Try the following:<br>
>><br>
>><br>
>> chcon -t httpd_sys_content_t /usr/local/ixp -R<br>
>> chcon -t httpd_sys_rw_content_t /usr/local/ixp/var -R<br>
>><br>
>><br>
>>   - Barry<br>
>><br>
>>> chown -R apache: /usr/local/ixp<br>
>>> chown -R apache:apache /usr/local/ixp<br>
>>><br>
>>> [root@nixi ~]# ps -ef | grep httpd<br>
>>> root     18423 18378  0 12:41 pts/0    00:00:00 grep --color=auto httpd<br>
>>> apache   22238 28320  0 03:37 ?        00:00:00 /usr/sbin/httpd<br>
>>> -DFOREGROUND<br>
>>> apache   22239 28320  0 03:37 ?        00:00:00 /usr/sbin/httpd<br>
>>> -DFOREGROUND<br>
>>> apache   22240 28320  0 03:37 ?        00:00:00 /usr/sbin/httpd<br>
>>> -DFOREGROUND<br>
>>> apache   22241 28320  0 03:37 ?        00:00:00 /usr/sbin/httpd<br>
>>> -DFOREGROUND<br>
>>> apache   22242 28320  0 03:37 ?        00:00:00 /usr/sbin/httpd<br>
>>> -DFOREGROUND<br>
>>> apache   25586 28320  0 04:16 ?        00:00:00 /usr/sbin/httpd<br>
>>> -DFOREGROUND<br>
>>> root     28320     1  0 Sep20 ?        00:00:00 /usr/sbin/httpd<br>
>>> -DFOREGROUND<br>
>>> [root@nixi ~]#<br>
>>><br>
>>><br>
>>> On Mon, Sep 21, 2015 at 12:37 PM, Barry O'Donovan<br>
>>> <<a href="mailto:barry.odonovan@inex.ie">barry.odonovan@inex.ie</a> <mailto:<a href="mailto:barry.odonovan@inex.ie">barry.odonovan@inex.ie</a>>> wrote:<br>
>>><br>
>>><br>
>>>     Hi,<br>
>>><br>
>>>     On 21/09/2015 07:22, chandra prakash wrote:<br>
>>><br>
>>>         1) |chown -R www-data /usr/local/ixp (*Not able to execute this<br>
>>>         command*)<br>
>>>         |<br>
>>>         |*<br>
>>>         Explanation:-* This command is optional or mandatory ? because<br>
>>>         |||*www-data* user is not available and I think no instruction<br>
>>>         to add<br>
>>>         this user.<br>
>>><br>
>>><br>
>>>     I think the user is 'apache' on CentOS - try:<br>
>>><br>
>>>     chown -R apache: /usr/local/ixp<br>
>>><br>
>>>     Otherwise try and figure out what Apache is running as (e.g. ps -ef<br>
>>>     | grep httpd)<br>
>>><br>
>>><br>
>>>     <snip><br>
>>><br>
>>>         |Now it's show me php page (*attached in mail*) after execution<br>
>>>         ||*|<a href="http://hostname/ixp/" rel="noreferrer" target="_blank">http://hostname/ixp/</a>. I mean to say PHP not able to parse<br>
>>> the<br>
>>>         index.php.<br>
>>>         |*|<br>
>>>         |*|I also did it again in separate machine but same issue.<br>
>>><br>
>>><br>
>>>     Right, looks like you have an Apache/PHP issue. I'm not sufficiently<br>
>>>     familiar with CentOS to help. Try:<br>
>>><br>
>>><br>
>>> <a href="https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-6" rel="noreferrer" target="_blank">https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-6</a><br>
>>><br>
>>><br>
>>>     If that doesn't work, let me know and I might spin up a CentOS VM<br>
>>>     and see where the instructions breakdown.<br>
>>><br>
>>><br>
>>>       - Barry<br>
>>><br>
>>><br>
>>>     _______________________________________________<br>
>>>     INEX IXP Manager mailing list<br>
>>>     <a href="mailto:ixpmanager@inex.ie">ixpmanager@inex.ie</a> <mailto:<a href="mailto:ixpmanager@inex.ie">ixpmanager@inex.ie</a>><br>
>>>     <a href="https://www.inex.ie/mailman/listinfo/ixpmanager" rel="noreferrer" target="_blank">https://www.inex.ie/mailman/listinfo/ixpmanager</a><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> --------------------------------<br>
>>> Chandra Prakash<br>
>>> Sr Internet Resource Analyst<br>
>>> National Internet Exchange of India<br>
>>><br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> INEX IXP Manager mailing list<br>
>>> <a href="mailto:ixpmanager@inex.ie">ixpmanager@inex.ie</a><br>
>>> <a href="https://www.inex.ie/mailman/listinfo/ixpmanager" rel="noreferrer" target="_blank">https://www.inex.ie/mailman/listinfo/ixpmanager</a><br>
>>><br>
>><br>
><br>
> --<br>
><br>
> Kind regards,<br>
> Barry O'Donovan<br>
> INEX Operations<br>
><br>
> Mob: <a href="tel:%2B353%2086%20801%207669" value="+353868017669">+353 86 801 7669</a><br>
> Tel: <a href="tel:%2B353%20%201%20685%204220" value="+35316854220">+353  1 685 4220</a><br>
><br>
> +-------------------------------+-------------------------------------+<br>
> | Open Source Solutions Ltd.    | INEX Operations Team                |<br>
> | 52 Sandwith Street Lower,     | Internet Neutral Exchange           |<br>
> | Dublin D02 WR26, Ireland      | Association, 4027 Kingswood Road,   |<br>
> |                               | Citywest Business Campus, Dublin 24 |<br>
> | <a href="http://www.opensolutions.ie/" rel="noreferrer" target="_blank">http://www.opensolutions.ie/</a>  | <a href="http://www.inex.ie/" rel="noreferrer" target="_blank">http://www.inex.ie/</a>                 |<br>
> +-------------------------------+-------------------------------------+<br>
> _______________________________________________<br>
> INEX IXP Manager mailing list<br>
> <a href="mailto:ixpmanager@inex.ie">ixpmanager@inex.ie</a><br>
> <a href="https://www.inex.ie/mailman/listinfo/ixpmanager" rel="noreferrer" target="_blank">https://www.inex.ie/mailman/listinfo/ixpmanager</a><br>
><br>
<br>
<br>
--<br>
--------------------------------<br>
Chandra Prakash<br>
Sr Internet Resource Analyst<br>
National Internet Exchange of India<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">--------------------------------<br>Chandra Prakash<br>Sr Internet Resource Analyst<br>National Internet Exchange of India<br><br></div></div>
</div>