codersclub / emlog.ml

Emlog.ML is a simple yet powerful blogging engine with multilingual support based on PHP, MySQL and Bootstrap 4
GNU General Public License v3.0
4 stars 0 forks source link

中文 | English

emlog

A fast and stable lightweight blog and CMS website building system to create an easy-to-use cloud content management system.

GitHub release GitHub last commit

Function introduction

Environmental requirements

Installation and deployment

Quick Start (Docker)

$ docker run --name emlog-pro -p 8080:80 -d emlog/emlog:pro-latest-php7.4-apache

Start via docker-compose

  1. cp config.sample.php config.php
  2. docker network create emlog_network
  3. docker-compose up
  4. http://localhost:8080

License Agreement

The license under which the Emlog software is released is the Free Software Foundation's GPLv3 (or higher): LICENSE

Installation Notes

  1. Upload all decompressed files to the web root directory of the server or virtual host. You can also upload the zip package and decompress it online.
  2. Access the pre-resolved domain name on the browser, and the program will automatically jump to the emlog installation page. Just follow the prompts to install it.
  3. The installation process will not create a database. You need to create it in advance. Click to confirm the installation. The installation is successful.