Category Archives: Wisemapping

Wisemapping 調整網頁縮圖功能

因為原本 wisemapping 搭配的是 immediatenet 提供的網頁縮圖服務 測試的失敗率有點高~主要還是因為不支援 https 的原因 所以使用 page2images 提供的服務取代掉 {wisemapping home directory}/webapps/wisemapping/js/mindplot-min.js

Posted in Wisemapping | Leave a comment

Wisemapping REST API #2

後來發現 wisemapping 提供的 api doc 網站還不錯 功能都有了,包含查詢、刪除等功能 只是測試的時候要小心,因為資料真的會被刪掉….Orz 網址 link:http://{伺服器IP}/map/doc/rest/index.html

Posted in Wisemapping | Leave a comment

Nginx Proxy Setting…

因為 wisemapping 預設使用 8080 port etherpad 預設使用 9001 port 都很麻煩~~所以就使用 nginx proxy 幫忙轉址了 以下是測試很久的設定檔

配合這個設定 etherpad 需要設定 {etherpad home directory}/settings.json

wisemapping 要設定的地方比較多…. {wisemapping home directory}/webapps/wisemapping/WEB-INF/app.properties

{wisemapping home directory}/contexts/wisemapping.xml

Posted in etherpad, Nginx, Wisemapping | Leave a comment

Wisemapping REST API

只有幾個… 不知道哪邊才有詳細的API List … Orz Ref. wisemapping-support › create and register a user via REST API Obtaining user information by email: * Template Path: /service/admin/users/email/{user.email}.json * Example: curl “http://{host.name}:{host.port}/{context.path}/service/admin/users/email/{user.email}.json” –get –basic -u “admin@wisemapping.org:admin” Deleting a based on the user id: … Continue reading

Posted in Wisemapping | Leave a comment

[Wisemapping] find user by email in Python

Posted in Python, Wisemapping | Leave a comment

Wisemapping in Ubuntu 14.04 x64 server

Wisemapping 環境 : Ubuntu 14.04 x64 server 檢查系統是否已裝了 java development kit,如果是openjdk就先移除掉

安裝 Java Development Kit (版本>7)

下載 wisemapping binary檔案

安裝 unzip

解壓縮 wisemapping 檔案

切換到 wisemapping 目錄中

測試執行

安裝 mysql server、nginx

編輯 … Continue reading

Posted in MySQL, Ubuntu, Wisemapping | Leave a comment