Skip to content

almende/adhoc-arranger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adhoc-Arranger

Arrange an ad hoc contact moment between two people

The Ad Hoc Arranger demonstrates the possibilities when combining the API’s of Ask CS and Sense OS, enabling a "real-time society".

Running Locally

Make sure you have Java and Maven installed. Also, install the Heroku Toolbelt.

$ mvn install
$ foreman start web

Your app should now be running on localhost:5000.

Deploying to Heroku

$ git push heroku master
$ heroku open

The app is deployed at: https://adhoc-arranger.herokuapp.com/

Install and bundle webapp

The web application is located in the folder ./webapp.

To install or update the npm dependencies of the webapp, run

$ cd ./webapp
$ npm install

To bundle the web application:

$ npm run bundle

To run the development version of the web application, start the web server, then open the following url in your browser:

http://localhost:5000/dev.html.

To run the production version:

http://localhost:5000.

Documentation

For more information about using Java on Heroku, see these Dev Center articles:

About

Arrange an ad hoc contact moment between two people

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published