Skip to content
Shun Kawahara edited this page Jul 23, 2017 · 5 revisions

ドキュメントはBEのリポジトリに統一
https://github.com/peinan/coeic/wiki

DBログイン

mysql --host=35.188.103.34 --user=root --password='hackday14_coeic'

status更新

mysql> update uploaded_imgs set status='DONE' where id=1;
Clone this wiki locally