[Neos] Installing NEOS on LAMPP
Nicolas Forgerit
hello at nicolasforgerit.com
Wed Aug 6 21:01:56 CEST 2014
> On 06 Aug 2014, at 20:45, Martin <martinstockffm at googlemail.com> wrote:
>
> OH - the server now works. I don know why, but it works!!!!!! The default UBUNTU testsite is now on the screen.
Nice! Now you need a Database and a PHP runtime. Always try to stick to apt-get to install Software as this will almost always work out of the box and you’re more safe to be installing secure software. Try to omit packages that you manually downloaded from a website. So everytime you search for software, try out the command
apt-cache search <SOFTWARE_NAME>
to get a list of available packages that you can install using
apt-get install <SOFTWARE_NAME>
. You should fool around with those commands later on, but for now take the following approach.
Can you please follow the steps of this tutorial to install everything
http://community.linuxmint.com/tutorial/view/486
. You just successfully completed “Install Apache” and “Testing Apache”. So continue with “Install PHP” and finish the tutorial until the end (including phpmyadmin).
Call back if everything works and we continue with Neos or ask if something from the tutorial doesn’t work as expected.
>
> Okay: How can I use NEOS with Apache2?
Step by step.. we’ll come to that. :)
More information about the Neos
mailing list