Skip to content

CarbonLDP/ng-conf-2017-demo

Repository files navigation

NG-Conf 2017 Product Demo

Product Demo for NG-Conf 2017.

Setup

  • npm install

  • Make sure you have a running carbonldp-platform

  • Prepare the default data by running (modify the command as needed):

     npm run script:build -- \
     	--protocol http \
     	--domain localhost:8083 \
     	--user [email protected] \
     	--pass YoURP344word
  • Run the server synchronizer:

     npm run sync-server -- \
     	--port 8090
  • Run the application:

     npm start -- \
     	--env.protocol http \
     	--env.domain localhost:8083 \
     	--env.user [email protected] \
     	--env.pass YoURP344word \
     	--env.sync_host localhost:8090

Note

You may need to change the domain used to a different one (maybe even save it under your hosts file) so other machines are able to display the form/graph.

License

Copyright (c) 2015-present, Base22 Technology Group, LLC.
All rights reserved.

This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree.

About

ng-conf 2017 demo app shown at the booth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published