Skip to content

tabkey9/bmy

Folders and files

Name Name
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brief introduction

 ####################################################################### ################                           		############### ################Project direction: blog park/platform############### ################Project name: Zebra Edge############### ################Official website: http://miniblog.top  	      ################## ################                          		############### ####################################################################### MiniBlog is a mini blog park (platform), an instance project jointly completed and maintained by the "zebra" development team. Our service tenet is to provide free blog park service, and enjoy free blog publishing and blog management services! Welcome to MiniBlog! Member list: @ TabKey9, Ke Xiaohua, Wang Xiaojian, iced cola, fried dough sticks and soybean milk;

demonstration: Zebra edge

install

 #Historical source code: directly clone from GitHub;

 # Git install git clone https: //github.com/tabkey9/bmy.git
 # Or git clone  git@github.com :tabkey9/bmy.git # SVN install svn export svn: //Unwilling to disclose IP/-- username Unwilling to disclose user name -- password Unwilling to disclose password -- no auth cache -- force
 #Open source time: April 12, 2018!

 # MySQL Import the "zebra. sql" file in the root directory, and remember to delete it SQL File! #TP3 MySQL configuration \ Application \ Common \ Conf \config.php return array ( //'Configuration item'=>'Configuration value'
	 //Template layout
	 'LAYOUT_ON' => true , 'LAYOUT_NAME' => 'layout' , //Database configuration information
	 'DB_TYPE' => 'mysql' , //Database type
	 'DB_HOST' => 'localhost' , //Server address
	 'DB_NAME' => 'zebra' , //Database name
	 'DB_USER' => 'root' , //User name
	 'DB_PWD' => 'root' , //Password
	 'DB_PORT' => three thousand three hundred and six , //Port
	 'DB_PREFIX' => 'zebra_' , //Database table prefix
	 'DB_CHARSET' => 'utf8' , //Character set ); #If you have any questions, please write: there is a contact information at the bottom of the current page.

Development environment reference

Scheduled development environment selection (LNMP): Linux/CentOS6.8.32+Nginx/Tableversion1.12.2+MySQL+PHP/5.6.34

Summary of known problems:

Q: Why do I get the prompt that the link has been reset when I visit after git clone? What should I do?

A: I also tried it. It is true.

Solution: You can improve the database configuration file " Application Common Conf config. php" according to the actual situation, and then delete the runtime directory automatically generated by the TP framework. You can visit the home page again. I have verified that it is feasible.

Q: I also want to participate in development. Why can't I merge branches?

Answer: Thank you for your contribution, but please execute this command locally, ignore the database configuration file, and then request to merge the main branch.

 git update-index --assume-unchanged Application/Common/Conf/config.php

contact us

Email: admin@tlip.cn