Skip to content

entropia/landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entropia landing page

The live site is available here: https://entropia.de

Screenshot

Setup

With Docker

  1. Build the container
docker build -t entropia-landing-page:latest .
  1. Run the container
docker run -p 3000:80 entropia-landing-page                             # production
docker run -p 3000:80 -v ./public:/var/www/html entropia-landing-page   # development

Without Docker

Requirements

  • A web server like nginx or Apache
  • PHP >= 8.1 (older versions may also work but have not been tested)

Steps

  1. Clone this repository to any web server fulfilling the requirements listed above
  2. Set the public folder as your web root directory