-
Notifications
You must be signed in to change notification settings - Fork 0
InstallationGuide
Nachanok Suktarachan edited this page Mar 7, 2015
·
4 revisions
-
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
- To run Play project. When you run project, Go to http://localhost:9000 for your using application
- 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