当前位置:网站首页>GalleryCMS下载安装与配置
GalleryCMS下载安装与配置
2022-07-27 05:04:00 【树迷了路】
下载
github下载地址:

打开README,可见安装提示

安装
第一步
创建一个mysql的数据库
mysql> create database gallerycms;
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| challenges |
| cms |
| dvwa |
| gallerycms |
| mysql |
| security |
| test |
+--------------------+
8 rows in set (0.00 sec)注意:只需创建名为gallerycms的数据库即可,不需要自己建表
第二部
在 application/config/database.php 配置文件中 配置我们的数据库信息
注意根据自己的数据库信息配置,我的如下:

第三步
浏览器访问本地127.0.0.1 可看到 galleryCMS-2.0

第四步
点击进入GalleryCMS ,完成账户创建 并登录即可。
创建帐户将自动生成所有数据库表并完成安装。

进入如下页面即 搞定!
边栏推荐
猜你喜欢

Li Hongyi machine learning team learning punch in activity day04 - Introduction to deep learning and back propagation mechanism

Sharing force buckle-189. Three solutions of rotation array

Pytorch data type and numpy data are mutually transformed

Dnsmasq Usage Summary

JS中原型及原型链

分享一道关于变量的选择题(内含全局变量、局部变量、变量的作用域、生命周期知识点)

块,行内块元素之间存在间隙

初始C语言——关键字static的作用

Li Hongyi machine learning team learning punch in activity day03 --- error and gradient decline

分享一道关于#define的选择题(内含#define在预编译时的替换规则,程序环境和预处理相关知识)
随机推荐
js轮播图
分享力扣—189.轮转数组 的三种解法
flask蓝图
C语言字符串介绍以及相关操作函数
First knowledge of C language -- constants and variables
初识C语言——常量、变量
后台实现spu管理
初识C语言——为什么每个C程序都有一个main函数
JS基础知识--每日学习总结①
JS中forEach和map方法有什么区别
set集合
Cenos7更新MariaDB
Share a multiple-choice question about define (including the replacement rules, program environment and preprocessing related knowledge of define during precompiling)
Redis persistence
JS中apply、call、bind的区别
Pytorch data type and numpy data are mutually transformed
p7 day1 初识Flask框架
云E办项目之部门管理
Introduction to C language pointer
First acquaintance with C language - first acquaintance with pointer
https://github.com/bensonarts/GalleryCMS.git