Skip to content
Nachanok Suktarachan edited this page Mar 7, 2015 · 4 revisions

Installation Guide

  • First, You need to install Play Framework or install from command prompt with easy trip under installation guide.

  • When you are done. Clone this project in your directory, and connect to eclipse

c:\**..your directory location..**\exceedvote>activator eclipse

  • You can use activator command on your Play project directory.

c:\**..your directory location..**\exceedvote>activator run

Easy trip to install framework

  • Install Chocolatey:
    Chocolatey lets you install applications from the Command Prompt.

c:\> @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

Then
C:\> choco install play

Finish!!

To upgrade
C:\> choco upgrade play

Clone this wiki locally