Hi
Instructions to install basic tools.
Netbook screen and keyboard are quite tiny to work with, so
here are instructions how to work from other computer as well.
Set proxy if your intranet has one. Add the following line to
/etc/yum.conf
proxy=http://your.proxy.com:8080
Install ssh-server
sudo yum update
sudo yum install openssh-server
sudo /etc/init.d/sshd start
Check your ip. It is the number with dots after inet addr:
ifconfig
In your other computer
ssh [email protected]
where yyy is your account in meego computer
and xxx.xxx.xxx.xxx is your meego inet addr
Continue with other application and tools
Install gcc compiler currently version 4.4.2
sudo yum install gcc
Install make currently version Gnu 3.81
sudo yum install make
Perl is already installed version 5.10.0
Python is already installed version 2.6.4
Curl is already installed version 7.19.7
More tools, that you might need
man version 1.6f
sudo yum install man-pages
wget version 1.21
sudo yum install wget
php-cli version 5.3.2
download sources http://php.net/downloads.php , unzip and
extract
./configure --disable-libxml --disable-dom --disable-simplexml
--disable-xmlreader --disable-xmlwriter --disable-xml --disable-pear
make
make test
make install
lhttpd version 0.1
download sources http://sourceforge.net/projects/lhttpd/, unzip
and extract
make
make install
See the last lines, so you will find the document root and
configuration file locations
Note that by default the server is at port 3000. Change it else
where at /etc/httpd.conf
Martti
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev