Skip to content

FrancisMawn/lpweb-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LP-WEB Docker

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

Setup the Docker images and containers

  1. Clone this repository:

    $ cd /path/to/your/projects
    $ git clone https://github.com/FrancisMawn/lpweb-docker.git
  2. Copy the .env.sample file to .env and edit its content to your liking.

    $ cp .env.sample .env
  3. Within the project directory, build the Docker images and containers:

    $ ./docker-build.sh
  4. Browse to http://localhost:port/

If everything went fine, you should now have an instance of LP-WEB running into its own container.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published