Giter Site home page Giter Site logo

nightmnare / anonymouscommentsystem Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ikd9684/anonymouscommentsystem

0.0 0.0 0.0 1.12 MB

Web interface of Anonymous Comment System.

Home Page: anonymous-comment-system.vercel.app

License: Other

JavaScript 61.71% Java 20.76% Scala 1.75% CSS 7.62% HTML 8.17%

anonymouscommentsystem's Introduction

匿名コメントシステム

##Overview ログイン無し、ユーザーの区別無しで、匿名でコメント投稿して表示するシステムの、Web側のインターフェイスです。

Description

各参加者はこのWebアプリケーションからコメントを投稿し、Windowsアプリケーションでこれを拾って(会議資料を表示しているスクリーンなど)任意の画面に表示する想定です。

Demo

http://app.9684.jp/acs

Requirement

Play Framework 2.3.x で作成しています。

Install

  1. Oracle JDK 8 以上をインストールしてください。(たぶん 6.x 以上なら問題ないはず)

  2. Typesafe Activator をインストールしてください。(たぶん 1.3.2 以上)

  3. GitHub からプロジェクトを Clone したら、そのディレクトリで activator コンソールを起動してください。

  4. activator コンソールで、h2-browserと打ち込むとブラウザで以下のような画面が開くと思うので、各項目この通りに入力してください。
    基本的にはデフォルトのままで良いですが、ユーザー名とパスワードはどちらもacsとしてください。
    Play Framework に組み込まれている H2DB を使用するための設定です。
    Alt h2-browser

  5. h2-browser が起動したら、conf/script.sql にある Create Table を実行してください。
    insert 文はダミーデータですので入れなくとも問題ないです。

  6. activator コンソールに戻り、runと打ち込むとアプリケーションが起動します。
    http://localhost:9000/acs を開いてみてください。
    動かしてみるだけならここまでです。

  7. Eclipse でこのアプリケーションを編集するには、activator コンソールで eclipse コマンドを実行してください。
    Eclipse プロジェクト用のファイルが生成されますので、Eclipse で“既存プロジェクトのインポート”を実施すれば編集可能になるはずです。

たぶん、これで大丈夫。
それぞれの手順の詳細は割愛します。

Licence

MIT

Author

ikd9684

anonymouscommentsystem's People

Contributors

ikd9684 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.