当前位置:网站首页>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 ,完成账户创建 并登录即可。
创建帐户将自动生成所有数据库表并完成安装。

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

元素显示模式:块级,行内,行内块,嵌套规范,显示模式转换

编辑删除用户

DNSmasq使用总结

elment-ui使用方法

Xiaomi mall project_ register

node 安装调试

Source code of document type full-text retrieval knowledge base management system

Carmaker quick start lesson 4 developing 48V P1 hybrid system

Program environment and preprocessing (Part 1): how does a program run successfully?

C WPF uses listbox to implement ruler control
随机推荐
while循环
[codeforces round 800 D question fake plastic trees] greedy on the tree
页面的基本布局
云E办项目之部门管理
用户-注册-登录
C语言函数入门介绍
cmd命令和npm命令
分享一道关于程序编译过程的选择题(内含编译过程浅谈,符号表的形成合并过程)
创建项目 实现登录注册,生成jwt,发送验证码
The concept of cloud native application and 15 characteristics of cloud native application
JS中深拷贝和浅拷贝的区别
初识C语言——常量、变量
JS中apply、call、bind的区别
通用视图,DRF视图回顾
pytorch安装新坑
Time complexity and space complexity
C语言入门介绍
原生token生成加密、解密
小米商城项目_注册
初识C语言——初识指针
https://github.com/bensonarts/GalleryCMS.git