質問

I have installed LAMP on linux by sudo apt-get install lamp-server^ And everything work fine.

I just wonder if I can have a control panel like XAMPP or WAMP in order to turn on or restart the local server quickly. And even it has some config of Apache or Mysql (like WAMP, which I love) because I don't like working with Terminal

So anyone know that? Thank you for your help!

役に立ちましたか?

他のヒント

With XAMPP/LAMP 5.6.3-0, I didn't have to add anything new. There is a manager-linux*.run file in your /opt/lampp folder, which can be used to open the control panel using the terminal. You just need to run this command:

sudo /opt/lampp/manager-linux-x64.run

For 32-bit Ubuntu/Linux machines, this must do:

sudo /opt/lampp/manager-linux*.run

Check your lampp folder; I am not entirely sure what it'd be for 32-bit machines.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top