Ubuntu Installation (Begginner)
Permalink 1 user found helpful
Is there a set of instructions on how-to install on Ubuntu server? Thanks
There are a number of howto's out there for just such a LAMP install.
http://www.howtoforge.com/ubuntu_lamp_for_newbies...
Be advised, you may have to "apt-get" some additional software, for example: APC, php-mysql, python, etc... If you get any errors it is usually because for a missing .deb package or a misconfigured .conf. Good luck :)
http://www.howtoforge.com/ubuntu_lamp_for_newbies...
Be advised, you may have to "apt-get" some additional software, for example: APC, php-mysql, python, etc... If you get any errors it is usually because for a missing .deb package or a misconfigured .conf. Good luck :)
I just looked at these instructions. Very detailed :) Nice find ryan!
I was able to setup Ubuntu and installed apache2 however, when I try the URLhttp://localhost I get a problem loading page. I am using VMware player would this be the problem? Thanks
Check first to see if your ubuntu server running on vmware is actually connected to the network. On the shell prompt type in
ifconfig eth0
it should bring up an ip address. Once you have the ip address try accessing the urlhttp://your.ip.address.here see if you can bring up a page served by apache. if you can't bring up the page see if you can ping the address.
ping your.ip.address.here
ifconfig eth0
it should bring up an ip address. Once you have the ip address try accessing the urlhttp://your.ip.address.here see if you can bring up a page served by apache. if you can't bring up the page see if you can ping the address.
ping your.ip.address.here
Worked nicely, thanks !!!
Have all my services up and running, can you guide me with setting up the actual concrete5 app..thanks for all your help!
I have stalled concrete5 with great difficulty, I have all green lights good but can not connect to database when Install concrete. Any suggestions?
Would you say these instructions will result in a server secure enough for a production site?
I ask because I have a vanilla 9.04 server onto which I've installed LAMP etc to get concrete5 working. But I've not been totally convinced that it's as efficient or secure as I would like (primarily because I'm not an expert, so I always have a niggle that I'm missing some important configuration..)
I ask because I have a vanilla 9.04 server onto which I've installed LAMP etc to get concrete5 working. But I've not been totally convinced that it's as efficient or secure as I would like (primarily because I'm not an expert, so I always have a niggle that I'm missing some important configuration..)
Solved issue with connection to database error. Solution was that in the "server name" it should be localhost of site not IP address of the server.
Thx for all your help Forum!!!
Thx for all your help Forum!!!
https://help.ubuntu.com/community/ApacheMySQLPHP...