2018, the small program, to the Tuyere period, Longoba, hatched more than 1 years of projects, destined to become a regular contact with the project,
Micro-engine, based on the third-party development framework, it really works, but the document update seems to remain permanently in the April 2017!
https://www.we7.cc/manual/index.php
So I opened this blog, to record learning micro-development process of various gods pit.
First Lecture: How to install the micro-program
(1), Configuration environment
Micro-engine is based on PHP development framework, it should be equipped with a good PHP operating environment;
You can download PHP, MySQL, Apache for configuration installation;
or download the integrated development Framework, I have been using the phpstudy, graphical operation, relatively simple.
(2), download micro-Dynasky
Based on micro-engine development of the small program module, data requests and so on need to rely on the framework, similar to YII2.0, TP, etc., is to some of the commonly used methods people are encapsulated.
Download the micro-frame, you can download the official website, Link: https://www.we7.cc/
The framework itself is open source, but the general pattern of the framework is that later commercialization, the need for a domain name commercial authorization, or you will receive a letter of attorney.
Or, download cracked version of the micro-engine, this network of resources more, if you are worried about the back door or what, you can send a private letter to me, I sent the network address to everyone, before sharing out, just not long
Is that the shared connection does not exist.
(3), install the micro-engine
The first step: Specify the installation directory for this project, bind the domain name and directory;
The second step: browser input http://xxx.xxx.com/install.php; Follow the procedure to complete the installation;
Tip 1: You will be prompted to open Php_openssl, this is the HTTPS and other requests, you may need to use. Integrated environment, Find PHP config file modify menu modify, non-integrated environment, php.ini, remove Php_openssl before ";"
Tip 2: The text document opens, recording the settings of the background account name, password. Good memory than bad writing, or Baidu under, a lot of problems: micro-account name, password forgotten, how to do? increasing annoyance;
Tip 3: After the integration environment is installed, the default is Root,root, without modifying the database account name | password, and the password will not be empty.
------------------------------------------------ formally entered the installation stage ---------------------------------------
I was going to sponsor the micro-engine, but given that his charges were too high, my micro-engine was cracked. So the center of gravity lies in the explanation, cracked version of how to install micro-engine, genuine, direct background operation can be.
micro-engine parts:
Part I: Installing the Applet application module
(1), the purchase of small program application to the micro-addons directory;
Tip: After that, all the apps that were developed are placed below;
(2), enter your micro-background, click on the System Management-----"left menu (applet application)
As long as your app's manifest.xml installation profile is OK, click on the not installed applet, you will see the applet you want to install!
Tip: Based on the micro-Dynasky, decide whether your module is a applet or public number the key to the application is that Manifest.xml has a <support></support>
If the applet, the value is the app, if the public number is applied, the value is ' Wxapp ';
No master with flying time, but also small white time, to find this decisive factor, the heart of the frenzy 艹 and go;
(3), click Install Application Module
This way your small program module, installed on the micro-mount success!
Part II:
Micro-engine Add your small program, that is, mp.weixin.qq.com, you register the small program, do not be ignorant, one is the application of small programs, one is a small program!
menu, click the applet----"New small program, perfect good information, your small program, in the micro-engine and you buy the applet application module associated with it!"
The purpose of the association is also that you need to update the relevant applet's dynamic information through this background;
A static small program, presumably just, you use to practiced hand, always need to go to the battlefield
--------------------------------- to be here today, and tomorrow to update the action submitted to the audit section! --------------------------------------------
How do I upload a small program for the operation of the micro-program?