Giter Club home page Giter Club logo

land-affairs-helper's Introduction

Taoyuan Land Office Affairs Helper

A helper web app for land affairs in Taoyuan

  1. To connect to Oracle 9i database, we need to put required dlls (php_oci8_11g.dll from PECL, php_sqlsrv.dll for MSSQL connection) to c:\AppServ\php7\ext.
  2. Edit php.ini to enable extension oci8 (extension=php_oci8_11g.dll).
  3. Edit php.ini to enable extension sqlsrv (extension=php_sqlsrv.dll).
  4. Edit php.ini to enable extension pdo_sqlite.
  5. download oracle instant client and setup up its path to the system path setting.

中文:

  1. 安裝 Apache/PHP (以下以 AppServ windows x64 版本為例)
  2. 將 php_oci8_11g.dll 放到 AppServ 裡的 PHP7 目錄下的 ext 目錄(c:\AppServ\php7\ext\)
  3. 將 php_sqlsrv.dll 放到 AppServ 裡的 PHP7 目錄下的 ext 目錄(c:\AppServ\php7\ext\)
  4. 修改 php.ini (程式集\AppServ下可選擇編輯),啟動 oci8(若無 extension=oci8_11g 這一行,則自己加入)
  5. 修改 php.ini (程式集\AppServ下可選擇編輯),啟動 sqlsrv(若無 extension=sqlsrv 這一行,則自己加入)
  6. 修改 php.ini (程式集\AppServ下可選擇編輯),啟動 pdo_sqlite
  7. 解壓縮 instantclient-basic-windows.x64-11.2.0.4.0.zip 到 C:\ (e.g. C:\instantclient_11_2) https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html
  8. 將 instantclient 剛解壓縮後的位址(e.g. C:\instantclient_11_2)加入系統的 PATH 變數
  9. 將 www 目錄下檔案全部拷貝到 C:\AppServ\www 目錄底下
  10. 重新啟動電腦
  11. 開啟CHROME,網址列輸入 http://localhost/index.html 即可使用網站
  • NO IE support.

land-affairs-helper's People

Contributors

pyliu avatar

Watchers

 avatar

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.