ubiquity: 创建项目

编程入门 行业动态 更新时间:2024-10-10 05:20:15

ubiquity: 创建<a href=https://www.elefans.com/category/jswz/34/1771421.html style=项目"/>

ubiquity: 创建项目

安装工具:

 

composer global require phpmv/ubiquity-devtools

 

配置环境变量

vim .bashrc

export PATH=~/poser/vendor/bin/:$PATH

source .bashrc

 

创建项目:

Ubiquity new ubiquity-project1 -a

 

执行项目:

cd ubiquity-project1

Ubiquity serve -h=0.0.0.0

 

浏览器访问  

http://192.168.56.40:8090/

 

nginx配置

server {charset utf-8;client_max_body_size 128M;sendfile off;listen 80; ## listen for ipv4#listen [::]:80 default_server ipv6only=on; ## listen for ipv6server_name ubiquity;root        /work/code/phpapps/ubiquity-firstProject/;index       index.php;location / {# Redirect everything that isn't a real file to index.phptry_files $uri $uri/ /index.php$is_args$args;}location ~ \.php$ {include fastcgi_params;fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;#fastcgi_pass   127.0.0.1:9000;fastcgi_pass unix:/run/php/php7.4-fpm.sock;try_files $uri =404;}location ~ /\.(ht|svn|git) {deny all;}
}

开发工具地址:

http://192.168.56.40:8090/admin

更多推荐

ubiquity: 创建项目

本文发布于:2024-02-14 02:41:07,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1761994.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:项目   ubiquity

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!