Git Product home page Git Product logo

highker's People

Contributors

shijie1991 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

highker's Issues

前后端部署

请问前后端如何部署这个小程序?有空出个文档吗?或者,你微信多少?我有偿请教

感谢开源 在本地开发环境中尝试启动失败 能指导一下吗

的配置修改为以下内容,以适应本地开发环境:

URL_SCHEME=http://
ROOT_DOMAIN="highker.local"
API_DOMAIN="api.${ROOT_DOMAIN}"
ADMIN_DOMAIN="admin.${ROOT_DOMAIN}"
CDN_DOMAIN="cdn.${ROOT_DOMAIN}"

然后,hosts 文件中:

127.0.0.1 highker.local
127.0.0.1 api.highker.local
127.0.0.1 admin.highker.local
127.0.0.1 cdn.highker.local

highker-www目录下

php artisan serve --host=highker.local --port=80
php artisan serve --host=api.highker.local --port=8001
php artisan serve --host=admin.highker.local --port=8002
php artisan serve --host=cdn.highker.local --port=8003

这样的姿势对吗?还是必须在正式环境中才能运行。

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.