Giter VIP home page Giter VIP logo

murphy's Introduction

Murphy(正在开发中。。。)

By liyanxi:[email protected] 非常完善的woo web框架,名字灵感来自星际穿越女主角

安装与运行

wpm install oshine/murphy
cd murphy
woo murphy install [数据库用户名] [数据库密码] [数据库类型:mysql 或 postgres]
woo ./

然后访问 http://127.0.0.1:8008

如果 更新了控制层中的admin类需要重新索引下权限 woo cli index

清除是数据库缓存和模板缓存 woo cli clear cache

新建数据库更新脚本:

  1. woo cli generate sql create_table_user
  2. 将会在db文件夹里面生成: create_table_user_20200212091214.sql 这样的一个文件
  3. 在这个文件里面写好sql更新脚本
  4. 在服务器上面:git pull && cw cli sql update

目录结构说明


murphy's People

Contributors

rhettli avatar

Watchers

 avatar

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.