4.45 release

pull/479/head
warlee 2021-04-07 22:17:43 +08:00
parent ab6361bff9
commit 85ebde1e7a
2 changed files with 9 additions and 28 deletions

View File

@ -1,28 +0,0 @@
FROM php:7.1-apache
RUN set -x \
&& mkdir -p /usr/src/kodexplorer \
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
&& apt-get purge -y --auto-remove ca-certificates wget \
&& rm -rf /var/cache/apk/*
RUN set -x \
&& apt-get update && apt-get install -y \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libpng-dev \
&& docker-php-ext-install -j$(nproc) iconv mcrypt \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install -j$(nproc) gd \
&& rm -rf /var/cache/apk/*
WORKDIR /var/www/html
CMD ["apache2-foreground"]
# git clone https://github.com/kalcaddle/KodExplorer
# docker run --name kodexplorer --rm -d \
# -v $HOME:/var/www/html/data/User/admin/home \
# -v $(pwd)/KodExplorer:/var/www/html \
# kodexplorer

View File

@ -1,5 +1,14 @@
# KodExplorer
> #### Update to kodbox: [https://github.com/kalcaddle/kodbox](https://github.com/kalcaddle/kodbox)
> ##### [Download](https://kodcloud.com/download/) | [Demo](https://demo.kodcloud.com/)
> *It is recommended to use a new design upgrade product:kodbox*
> *该项目处于维护阶段,不再开发新功能.推荐使用全新设计升级产品kodbox*
----
----
[![Home page](https://img.shields.io/badge/home-page-yellow.svg?style=flat)](http://kodcloud.com) [![GPLV3 License](https://img.shields.io/badge/Licence-GPLV3-green.svg?style=flat)](http://kodcloud.com) [![Download](https://img.shields.io/badge/download-~953.3K-red.svg?style=flat)](https://github.com/kalcaddle/KODExplorer/archive/master.zip)
> KodExplorer is a file manager for web. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run KodExplorer either online or locally,on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5 available.