Skip to content

jaisato/kPAX2_server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kPAX2_server

This makes the kPAX2 server run by default in port 8081

Execute

Download

The easiest way to download the server is by cloning it from the GIT repository:

$ git clone https://github.com/drierat/kPAX2_server.git

In order to work in the devel branch we specify it:

$ git checkout devel

Run the server

Execute the server from the server/ directory.

You can specify parameters using local environment

  1. MONGODB_URL: the mongodb connection URL
  2. DEBUG: the prefix for debugin (ex. DEBUG=app*)

For stating the server:

$ MONGODB_URL="mongodb://readwrite:1234@ds021462.mlab.com:21462/kpax2" bin/www

For stating the server with debug

$ DEBUG=* MONGODB_URL="mongodb://readwrite:1234@ds021462.mlab.com:21462/kpax2" bin/www

Change the port number

For changing the port number edit the file server/bin/www

API

TODO

About

kPAX2 server - services to communicate the platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • HTML 2.8%
  • CSS 0.8%