We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloadボタンを押したらローカルでkgpを実行するためのzipを返す.
└─┬ xxx.zip ├── src ├── test ├── kgp.toml ├── run.sh └── kgp.jar
kgp.jarをzipに入れるのは重いので代替案があれば変更.
The text was updated successfully, but these errors were encountered:
バックエンドの実装はひとまず完了. エンドポイントは↓
GET /api/download/$key
$key.zipがダウンロードされる
$key.zip
curl,ブラウザでurl直打ちで動作確認済み.
Sorry, something went wrong.
zip内にkgpの出力(kgenprog-out,stdout.txt)を含めてあるが削除すべきか? ローカルで実行せずとも実行結果を確認できるため残しても良い気がする.
kgenprog-out
stdout.txt
No branches or pull requests
Downloadボタンを押したらローカルでkgpを実行するためのzipを返す.
kgp.jarをzipに入れるのは重いので代替案があれば変更.
The text was updated successfully, but these errors were encountered: