Hi,

(PS: also sent to the list to also educate other people)

Payne, Ken (KPAYNE) wrote:

What are the steps I need to do in order to install php and apache on my t2 desktop?

I want to be able to develop php web pages on my desktop, as well as view them in order to test them.

Thanks,

you can just install them with Emerge-Pkg in your t2 source tree from source.

If you do nto have a T2 source tree yet, just check trunk out:

cd /usr/src/
svn co http://svn.exactcode.de/t2/trunk t2-trunk
cd t2-trunk

# run the Config, select the Desktop target and your CPU

scripts/Config

# best also select apache and php: in the Config: enable Expert options
# go to custom package selection and enable it, add two new rules:
X apache
X php


# it might work without the packages selected, but then apache misses
# some default options (IIRC)

# now, just build the two packages from source:

scripts/Emerge-Pkg -deps=none apache php

# without -deps=none nearly everything of your system will be updated , ... :-)
# probably you do not want this for your time and stability

Hope this works, if you have further questions just let me know.

René

--
 René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
 http://exactcode.de | http://t2-project.org | http://rene.rebe.name



----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to