Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 722 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 722 Bytes

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