1.0.5 • Published 3 years ago

docker-project v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Script to add all the files necessary to a project folder to spin up a web development environment that uses docker containers.

  1. At the commandline type: docker-project
  2. Then type: docker-compose up

Here's what you get.

  1. A Webserver running apache and PHP. Type http://localhost to visit it.
  2. A database server running MySQL. user: root, pass: root
  3. A SMTP mail server to test sending and receiving email using Mailcatcher.
    1. Type http://localhost:1025 to access the web based email client. host: smtp, port: 1025, security none, SMTP Authentication: No
  4. A web interface to manage the database using phpMyAdmin. http://localhost:8081, username: root, password: root
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago