Code Monkey home page Code Monkey logo

Comments (4)

hannesgao avatar hannesgao commented on June 12, 2024 3

在.env里修改:APP_URL=https://xxx.xxx.com/
在config.php里关掉url_rewrite
请不要因为无知来扣假开源的帽子,谢谢合作

from jitamin.

yichengsd avatar yichengsd commented on June 12, 2024

我用了半夜的时间布成功了,主要是下mysql的时候直接从源下的,用了好长时间。
作者的说明写的太简单,不适合小白。
网上有更详细的教程,你可以搜索。
建议你到作者的演示网站购买安装服务啊。不到1000块,超值啦

from jitamin.

ArmsZhou avatar ArmsZhou commented on June 12, 2024
  • 本地部署 Apache 配置
LoadModule rewrite_module libexec/apache2/mod_rewrite.so
LoadModule php7_module libexec/apache2/libphp7.so

DocumentRoot "/Users/armschou/Sites"
<Directory "/Users/armschou/Sites">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks Multiviews
    MultiviewsMatch Any

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   AllowOverride FileInfo AuthConfig Limit
    #
    AllowOverride None

    #
    # Controls who can get stuff from this server.
    #
    Require all granted
</Directory>

<VirtualHost *:80>
    ServerName 127.0.0.1
    DocumentRoot "/Users/armschou/Sites/jitamin/public"

    DirectoryIndex index.php

    <Directory "/Users/armschou/Sites/jitamin/public">
        AllowOverride all
    </Directory>

    ErrorLog "/var/log/apache2/jitamin.yeemiao.com-error.log"
</VirtualHost>
  • 修改 config/config.php
'enable_url_rewrite' => false,

亲测可行

  • Jitamin版本: 0.4.9-dev
  • PHP 版本: 7.3.11
  • PHP SAPI: apache2handler
  • 操作系统: Darwin 19.4.0
  • 数据库驱动: mysql
  • 数据库版本: 8.0.19
  • 浏览器: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36

from jitamin.

wangxi83 avatar wangxi83 commented on June 12, 2024

无知了

from jitamin.

Related Issues (20)

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.