「PIONEの起動方法」の版間の差分
提供: Eospedia
行2: | 行2: | ||
=== pione-webclientのためのサーバの起動 === | === pione-webclientのためのサーバの起動 === | ||
− | + | まず、pione-webclientを使用するためのサーバーを起動します。<br> | |
通常の利用方法は[[god]]を使用して下記のようになります。 | 通常の利用方法は[[god]]を使用して下記のようになります。 | ||
行26: | 行26: | ||
% echo $APP_KEY > dropins-app-key.txt | % echo $APP_KEY > dropins-app-key.txt | ||
+ | |||
+ | == pione-webclientのブラウザ操作 == | ||
+ | === Webページを開く === | ||
+ | サーバー起動後、お使いのブラウザを起動して下記のURLを入力してみて下さい。 | ||
+ | <pre> | ||
+ | http://localhost:56001/ | ||
+ | </pre> | ||
+ | <br> | ||
+ | |||
+ | 最初は下記のログインページへジャンプします。<br> | ||
+ | [[画像:PIONE-Webclient.png]]<br> | ||
+ | <br> |
2014年11月17日 (月) 00:14時点における版
起動方法
pione-webclientのためのサーバの起動
まず、pione-webclientを使用するためのサーバーを起動します。
通常の利用方法はgodを使用して下記のようになります。
$ bundle exec god -c misc/pione-webclient.god
開発環境においては、foremanを使用して下記にて実行してみましょう。
$ bundle exec foreman start
また、Dropboxを利用してファイルをやり取りすることもでき、Dropboxに入力ファイルを置くことで後の処理を委ねて、出力ファイルだけを得るということもできます。
Note for Drop-ins API
PIONE Webclient enables to handle Drop-ins API for uploading input files from and downloading result files to Dropbox. If you want to use Drop-ins's function, you needs Drop-ins app key in production environment. If you don't have it, you can get from "https://www.dropbox.com/developers/apps".
- How to setup Drop-ins app key
% echo $APP_KEY > dropins-app-key.txt
pione-webclientのブラウザ操作
Webページを開く
サーバー起動後、お使いのブラウザを起動して下記のURLを入力してみて下さい。
http://localhost:56001/