Skip to content

dboeck/EmberChatAppServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmberChatAppServer

Dependencies

Build

You need node.js and the appshimp of the EmberChat project for building this project.

Make sure you created a build/buildProperties.json to specify the location for the appshim!

{
    "app": "/workspace/emberchat/dist"
}

In future there will be probably a fallback. After just build..

npm install
grunt

Development

There is also a deploy task and a watching deploy task server. Probably you need to add --force for overwriting external files.

The appserver needs a restart after every change with root rights. For this purpose there is a separate node.js script you can use.

sudo node build/RestartListener.js

About

Backend for EmberChat with appserver.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published