-
Notifications
You must be signed in to change notification settings - Fork 22
Getting Started
ws29jung edited this page Aug 18, 2017
·
2 revisions
- Getting the sources:
git clone https://github.com/Samsung/WATT.git
cd WATT- Download prerequisites
WATT will automatically download prerequisites when you run "launch".
./launchThese prerequisites are Node, MongoDB and Emscripten.
- Start the server:
WATT will run some internal executable files,
for this, WATT needs set paths of executable files on System Environment Variable(PATH).
After System Environment Variable(PATH) settings done, execute "launch"
./launchIf you don't start the server with launch, WATT could not provide full functionality.
- Use WATT
Connect to the web server, the service is provided with port number 3000.
On browser, http://localhost:3000/About
Development
Contributing