Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 773 Bytes

Installation Guide.md

File metadata and controls

16 lines (14 loc) · 773 Bytes

#Requirement You need to install PostgreSQL to access our Database (Password is 1234 when install), if you use Window operation you need to install Git to run application.

#Installation Guide ##OSX operation

  • First, clone our project.
  • Open terminal and change directory to our project. (eg. c:\**..your directory location..**\exceedvote2015-mobile).
  • Type "./activator run".
  • Go to http://localhost:9000 for using application.

##Window operation

  • First, clone our project.
  • Go to our project directory (eg. c:\**..your directory location..**\exceedvote2015-mobile).
  • Right click in the folder and choose "Git Bash"
  • Type "./activator run".
  • Go to http://localhost:9000 for using application.