Product Demo for NG-Conf 2017.
-
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
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.
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.