Giter VIP home page Giter VIP logo

freekan_acvs's Introduction

免责声明: 本程序开源共享, 仅作为学习交流, 切勿作为盈利工具, 请遵守一切国家法律法规, 由此产生的所有法律问题由使用者承担与本程序作者无关.

程序介绍: 基于laravel和querylist框架开发完成

安装环境:

推荐使用apache2.4+php7.1

集成环境推荐使用:xampp7.1

xampp7.1:https://www.apachefriends.org/zh_cn/index.html

linux下目录权限设置:

/app/storage这个目录是laravel的一些写文件的目录,会写log、session、页面缓存等数据,所以要对这个目录设置正确的权限。

如果你为了方便设置chmod +777 app/storage也是可以的。但是我还是不推荐。

我推荐将目录的权限设置为会写文件的用户名和用户组 chmod -R 777 app/storage #访问一下网页,看看是否有输出。 #进入到/app/storage/session的文件组是谁?我的是nobody #这个是php的用户组,我的nginx也是这个组 chmod -R 775 app/storage chown -R :nobody app/storage 然后配web服务器就能访问了。

git/vendor文件未上传

请自行克隆后用composer更新

freekan_acvs's People

Contributors

lala437 avatar

Watchers

James Cloos 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.