# server **Repository Path**: cinling/server ## Basic Information - **Project Name**: server - **Description**: 个人服务器项目 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ================================================================================================== # server Personal Server Project 个人服务器项目 Structure Description 结构说明 ``` m // main project root 根目录 |-- crond // timed script 定时脚本 |-- ctrl // controller,logical 逻辑处理 |-- db // database 数据库和数据 |-- script // hand script 手动执行的脚本 |-- web // open web server dir 开放的web目录 |-- api // API interface api接口 |-- view // browser html 浏览器访问的文件 |-- head.php // head file 头文件 other_model // other model // 其他模块 |-- init_system // init run env on CentOS 7.x // 在Centos 7.x上初始化运行环境 ``` ==================================================================================================