http://www.icyphoenix.com/viewtopic.php?f=35&t=8237
-----------------------------------
pjohn49
Sat 19 Nov, 2011 14:52

Icy Phoenix And Linux Ubuntu
-----------------------------------
Checked the search but didn't see the answer to my question come up.  Is Icy Phoenix easily run from a Linux Ubuntu machine?  I'm new to Linux and have seen some compatibility issues with other programs.  Thanks!


-----------------------------------
spydie
Sat 19 Nov, 2011 15:51

Re: Icy Phoenix And Linux Ubuntu
-----------------------------------
google for localhost setup on Linux maschines .

should work easily


-----------------------------------
Hans
Sun 20 Nov, 2011 16:09

Re: Icy Phoenix And Linux Ubuntu
-----------------------------------
Apache2 set up would probably be more specific. it is pretty easy though.

You will need Apache2 and Mysql. There are a couple addon's you will need for Apache2 also though for full functionality...

But pretty simple this should get you going, open a terminal and use these commands.

[code linenumbers=false]sudo apt-get install apache2[/code]

[code linenumbers=false]sudo apt-get install mysql-server[/code]

That will install Apache2 and Mysql. then your web root directory will be at [color=#FF0026]/var/www/[/color]


