91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Jitamin在CentOS下面的安裝部署過程 (一)

發布時間:2020-07-15 05:19:30 來源:網絡 閱讀:5111 作者:編程是歸宿 欄目:開發技術

jitamin項目管理軟件在CentOS 7.2 上面的安裝過程

jitamin這個項目管理軟件看起來界面清爽, 功能也還實用, 一直想著在自己的主機上面安裝一下, 參照說明文檔, 經過多次嘗試, 終于成功了. 這里把里面的主要步驟整理一下, 軟件有一個英文的安裝過程, 但是里面還是有一些坑, 要注意的.

jitamin項目在github上面的介紹

  • 鏈接地址: github-Jitamin

    Jitamin在CentOS下面的安裝部署過程 (一)

    安裝步驟

    1. 準備一個CentOS的機器

    • A web server: Nginx, Apache (with mod_rewrite), or Lighttpd

    • PHP 5.6+ (PHP7 is recommended)

    • Database: MySQL is recommended, also you can choose PostgreSQL orSQLite

    • Composer

翻譯一下:

為了方便部署, 我采用的是阿里云的ECS, 加載鏡像安裝, 默認配置好了PHP運行環境(WDCPv3.0面板 多引擎切換 免費版)

2.從github上面下載源代碼

Get the jitamin source code

$ git clone https://github.com/jitamin/jitamin.git

補充備注: 這里會提示沒有安裝git, CentOS7 yum 安裝git方法

yum install git

3.修改配置文件

Adjust the config file
$ cp config/config{.default,}.php
Adjust the config/config.php according to your environment, especially the database setting.

$ vi config.php

補充備注:
這里要修改一下配置文件 config.php( 從config.default.php復制過來,重命名成為config.php) , 里面的數據庫要改成mysql, sqlite有問題, 不能正常使用, 不要用

4.安裝相關的包

Install the PHP dependency packages

$ composer install -o --no-dev

補充備注:
做這個事情之前, 先要安裝了composer(php包管理器), 將composer.phar下載到項目中
使用如下代碼來下載

curl -sS https://getcomposer.org/installer | php

這個時候會提示:

bash: PHP: command not found

php沒有添加到環境變量里面去, 解決辦法:

export PATH=$PATH:/usr/local/PHP/bin

然后,再 echo $PATH看看,就看見php在path里面了(可以在任意目錄運行php命令)

usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/local/php/bin

這時候,你可以試試在系統的任意目錄直接敲入php -i

5.創建數據庫并初始化

Migrate the database and initialize the database
create database tables
數據庫表創建

vendor/bin/phinx migrate

initialize database
數據庫初始化

vendor/bin/phinx seed:run

6.修改緩存目錄的權限

確保把目錄改成具有寫的權限

Confirm that the directory bootstrap/cache and storage have write permission

$ chmod -R 0777 bootstrap/cache$ chmod -R 0777 storage

不能生成緩存文件的話會報錯

7.其他步驟:

Optional steps

$ php artisan config:cache$ php artisan route:cache

這個就是用來更新緩存文件的

8.通過瀏覽器來訪問:

Access the service through web browser
Open your web browser, enter the address such as http://jitamin.dev to access the web service. The initial Super Administrator’s user name and password are listed below:

username: admin or admin@admin.compassword: admin

9.補充備注:

  • 一定要用二級域名來鏈接, 比如jit.2ssf.com,比如dev.sod.net
    不支持二級目錄, 比如, xx.com/jitamin, 里面的跳轉邏輯一時沒有搞清楚, 只能用二級域名, 這也是一個遺憾

  • 讓二級域名直接跳轉到jitamin/public這個文件夾下面, 才可以顯示
    首頁是 jitamin/public/index.php

  • 每次修改config.php之后, 要更新一下緩存(config 和route文件的緩存), 用這個


  1. $ php artisan config:cache

  2. $ php artisan route:cache


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

邢台市| 临颍县| 岑巩县| 通许县| 遵义市| 遂昌县| 揭东县| 三门县| 虎林市| 磐石市| 河曲县| 杭锦旗| 壤塘县| 涡阳县| 石河子市| 梓潼县| 呼玛县| 永胜县| 鹤岗市| 昭觉县| 武强县| 邵武市| 汨罗市| 临沧市| 元阳县| 云龙县| 临澧县| 新蔡县| 于都县| 丰顺县| 清远市| 荥阳市| 松阳县| 溧水县| 石河子市| 旅游| 凤庆县| 集贤县| 克拉玛依市| 保靖县| 通州区|