...
- yum install gcc-c++
install
- ./configure (or ./configure --enable-python)
- ./make
- sudo ./make install
...
You want to make sure the web server starts on reboot.
To accomplish this:
Code Block |
---|
$ chkconfig httpd on
|
...is it really just that simple?