https://github.com/badsyntax/echojs-mobile-server
echojs-mobile-server
https://github.com/badsyntax/echojs-mobile-server
Last synced: 10 months ago
JSON representation
echojs-mobile-server
- Host: GitHub
- URL: https://github.com/badsyntax/echojs-mobile-server
- Owner: badsyntax
- Created: 2015-03-15T22:13:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T17:58:56.000Z (almost 11 years ago)
- Last Synced: 2025-02-15T05:15:03.671Z (12 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EchoJS mobile server
## Server setup
Expected platform is Ubuntu 14.04
### Install software
```
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs
```
### Give your user permission to use port 80
```
sudo apt-get install libcap2-bin
sudo setcap cap_net_bind_service=+ep /usr/bin/nodejs
```
## Running the application
cd into the app directory, then run `npm run start:release`