Aleritty
Aleritty

Reputation: 25

Make a cd run a php website NOT on windows

I Have the needs to run a php+sqlite (or mysql...) website from a cd.

For windows I found a nice solution (xampp) but I need to make the cd compatible with osx and linux too!

So I basically want to start a webserver (without having to install it) and then automagically open a browser pointing to the local copy of the website.

Thank you in advance

Upvotes: 1

Views: 165

Answers (1)

Gntem
Gntem

Reputation: 7165

there is xampp for linux but the best way to run in it from cd is to create a executable shell script to deploy and set/unset parameters, launch software and deal with configuration although you could use html5 alternatives javascript+sqlite.

Upvotes: 1

Related Questions