0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Install XAMPP on CentOS deployed by OSX's docker

Posted at

Goal

Install XAMPP on CentOS deployed by OSX's docker.

Deploy Cent OS

$ docker pull centos:6
$ docker run -it --name share_app -p 8080:80 -v /Users/xxx/share:/share centos:latest

Go to CentOS's shell
$ yum install wget
$ wget $url_of_xampp_refereing_xampp's_download_site
$ chmod 755 xampp-linux-x64-5.6.30-0-installer.run
$ xampp-linux-x64-5.6.30-0-installer.run

Access httpd server from OSX's server.

Congrats to access the server!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?