The intent of this project is to allow for an easy deployment of a LP-WEB instance on a web server or local environment using Docker containers.
Prerequisites
- You should have Docker Engine already installed
- You should have Git already installed
-
Clone this repository:
$ cd /path/to/your/projects $ git clone https://github.com/FrancisMawn/lpweb-docker.git
-
Copy the
.env.sample
file to.env
and edit its content to your liking.$ cp .env.sample .env
-
Within the project directory, build the Docker images and containers:
$ ./docker-build.sh
-
Browse to http://localhost:port/
If everything went fine, you should now have an instance of LP-WEB running into its own container.