Giter Club home page Giter Club logo

thinkapp's Introduction

thinkAPP

Build and Manage For ionic APP using ThinkPHP and Metronic Template of angularJS thnkphp是一个用来进行内容管理、ionic APP构建与管理的后台管理工具,基于Metronic Template(angularJS)模板

第一步 安装和配置数据库

  1. 向数据库中顺序导入Data文件夹中的table.sql和data.sql文件
  2. 如果是非windows操作系统,需要将apache的用户修改为本地用户, 修改文件/etc/apache2/httpd.conf, 将User: _www修改为您的用户名
  3. 重启Apache进程
  4. 默认管理地址为: http://yourSite/default.html
  5. $ sudo vi /etc/apache2/extra/httpd-vhosts.conf
<VirtualHost *:80>
     ServerName thinkapp.cn
     DocumentRoot "/Users/gadflybsd/PhpstormProjects/thinkAPP"
     <Directory "/Users/gadflybsd/PhpstormProjects/thinkAPP">
         Options Indexes FollowSymLinks Includes ExecCGI
         AllowOverride All
         Require all granted
         DirectoryIndex default.html index.html index.php
     </Directory>
     ErrorLog "/private/var/log/apache2/thinkapp.cn-error_log"
     CustomLog "/private/var/log/apache2/thinkapp.cn-access_log" common
 </VirtualHost>

第二步 构建ionic APP项目

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.