LMeve 0.1.61 with PHP 8.2 and Docker support
Docker Setup Instructions
Login to you linux host. You need docker.io
and docker-compose
installed.
1 wget https://github.com/roxlukas/lmeve/raw/master/docker/lmeve-docker.tbz2
2 tar -xjf lmeve-docker.tbz2
3 cd lmeve
4 docker-compose up
Wait for the containers to build and static data to download and update.
5 Login to your LMeve, by default user and password is admin
6 Change password in GUI: Settings
-> Change password
7 Remove INSTALL file in LMeve root docker exec -it lmeve_lmeve_1 rm /var/www/lmeve/INSTALL
By default app is exposed on port 80. Consider using nginx reverse proxy with TLS/HTTPS in front of it in order to encrypt traffic.
To update static data:
docker start lmeve_eve_data_updater_1