Windows下安裝配置orange 許可權框架

2021-08-21 09:33:39 字數 2692 閱讀 8809

工具:win32 cygwin

映象源:

需要安裝的工具:openssl、pcre、libcrypt、zlib、make、perl、

readline

參考:openresty沒有對cygwin做相容,我們需要自己來修改檔案

open bundle\lua-cjson and lua-rds-parser and  lua-redis-parser three folder's makefile for edit, add those lines before 「## ..... (macports)」

bundle\lua-cjson的,lua-rds-parser的,lua-redis-parser的makefile裡,「## ***osx (macports)」上面加入:

使用指令碼安裝(推薦)

使用makefile安裝lor框架:

git clone  lormake install

預設lor的執行時lua檔案會被安裝到/usr/local/lor下, 命令列工具lord被安裝在/usr/local/bin下。

make install lor_home=/path/to/lor lord_bin=/path/to/lord

執行預設安裝後, lor的命令列工具lord就被安裝在了/usr/local/bin下, 通過which lord檢視:

$ which lord/usr/local/bin/lord

lor的執行時包安裝在了指定目錄下, 可通過lord path命令檢視。

使用

$ lord -hlor $, a lua web framework based on openresty.usage: lord command [options]commands: new [name]
starts the server stop                   stops the server restart
restart the server version                show version of lor help                   show help tips

執行lord new lor_demo,則會生成乙個名為lor_demo的示例專案,然後執行:

cd lor_demolord start

Windows 下Memcache安裝配置

詳細說明 1.解壓縮到某個路徑下,這裡我放到d memcached1.2.4 2.通過命令列安裝,首先進入該目錄下,輸入memcached.ext d install 3.上一步不出意外的話,就安裝成功了。那麼就可以啟動了。同樣的輸入memcached.exe d start 4.ok,現在可以看看...

windows下安裝配置mongodb

引言 mongodb是乙個介於關聯式資料庫和非關聯式資料庫之間的產品,是非關聯式資料庫當中功能最豐富,最像關聯式資料庫的。他支援的資料結構非常鬆散,是類似json的bjson格式,因此可以儲存比較複雜的資料型別。mongo最大的特點是他支援的查詢語言非常強大,其語法有點類似於物件導向的查詢語言,幾乎...

windows下安裝配置mysql

1.將檔案解壓到你想要安裝的盤裡。這裡我安裝到了e盤。之後以管理員身份執行dos視窗。進入到mysql的bin資料夾 2.建立乙個my.ini的檔案,放在bin目錄裡面。內容為 mysql 設定mysql客戶端預設字符集 default character set utf8 mysqld 設定330...