marcelotk15 / snake-os

Automatically exported from code.google.com/p/snake-os
0 stars 0 forks source link

Enhancement #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello.
I would like to run a webserver with Joomla.
Is it possible to do?
Can you help?
Greetings

Original issue reported on code.google.com by sdfz....@gmail.com on 27 Feb 2011 at 7:41

GoogleCodeExporter commented 9 years ago
Joomla would require PHP and MySQL. The only reasonable way to get then both 
would be via a chroot environment.

# First steps would be to get debian
http://code.google.com/p/snake-os/wiki/Debian_Chroot

# After installing debian, chroot onto the new install and upgrade to the 
newest version.
apt-get update
apt-get upgrade

# Im guessing from here....
# Install PHP & MySQL with all dependants. This should be easy to find but here 
is a link to help http://www.howtoforge.com/ubuntu_debian_lamp_server

After following all install steps you could have a very very slow system with 
enough to install any PHP application. I would very be surprised if the system 
has enough memory to run MySQL.

Original comment by g1p...@gmail.com on 3 Mar 2011 at 3:11

GoogleCodeExporter commented 9 years ago
For anyone wondering, I got PHP working without any problems with about 1MB to 
spare (using swapfile).

Original comment by dpyro2...@gmail.com on 15 Sep 2012 at 5:38

GoogleCodeExporter commented 9 years ago
Hi dpyro2004, this is great. Would you be willing to write a short how to for a 
novice like me? I would love to be able to do this:)
Thank you so much.

Original comment by alessand...@gmail.com on 22 Nov 2012 at 2:05