Joke Collection Website - Public benefit messages - What configurations are needed to install Wukong CRM?

What configurations are needed to install Wukong CRM?

Wukong CRM adopts a new front-end and back-end separation model. The front-end vue packaged file has been integrated into the source code, eliminating the need for packaging operations

If you need to adjust the front-end code, please download the front-end separately Code, the front-end code is in the ux folder in the root directory

Main technology stack

Back-end framework: ThinkPHP 5.0.2

Front-end MVVM framework: Vue. JS 2.5.x

Routing: Vue-Router 3.x

Data interaction: Axios

UI framework: Element-UI 2.6.3

The operating environment of Wukong crm9.0 requires PHP 5.6 or above

One-click installation

The code has integrated the front-end vue packaged file, which eliminates the need for packaging operations: Use local (phpstudy integrated environment) construction example: Download the Wukong CRM9.0 open source version, create the 72crm folder under the server root directory (www directory), and place the code; Browser access

http://localhost/ 72crm/index.php/admin/install/index.html

Complete the deployment and installation of Wukong CRM9.0 according to the installation prompts

Development dependencies (one-click installation users can ignore it)

Data interaction

Data interaction uses axios and RESTful architecture to implement user verification. The auth_key returned by login is placed in the header. One thing worth noting is: in the case of cross-domain, there will be Pre-request OPTION situation

Server setup

The framework used by the server is thinkphp5.0.2. Please make sure you have a lamp/lnmp/wamp environment before setting up.

The construction mentioned here is actually putting the server framework into the WEB running environment and using port 80. Import the server root folder database file public/sql/5kcrm.sql, and modify the config/database.php configuration file.

Configuration requirements

PHP gt; = 5.6.0 (PHP7 and above are not supported yet) When accessing http://localhost/, "Wukong Software" appears, which means the backend The interface is built successfully.