You are just a few steps from testing the fastest PLM framework. The only PLM solution built for using the full power of graph databases.
1. Install prerequisites
NodeJs
As an asynchronous event-driven JavaScript runtime, Node.js is designed to
build scalable network applications. In the following "hello world" example,
many connections can be handled concurrently. Upon each connection, the
callback is fired, but if there is no work to be done, Node.js will sleep. More
info on: https://nodejs.org/en/about/
Neo4j is a highly scalable native graph database, purpose-built to leverage not only data but also data
relationships.
Using Neo4j, developers build intelligent applications that traverse today's large, interconnected datasets
in real time. Powered by a native graph storage and processing engine, Neo4j delivers an intuitive, flexible and
secure database for unique, actionable insights.
Once the installer is installed you can start the application installation process.
Navigate to the folder where you want to install ganister
C:\> cd c:/ganisterInstall/ganister
Start the installation process using the following command
C:\ganisterInstall\ganister> newGanister
From the command line, still in the same location run the following command
to install dependencies (an internet connection is required.)
C:\ganisterInstall\ganister> npm install
Before you run Ganister for the first time, you must add the database credentials and
optionally setup more configuration options. To do this, open the .env file in the
install folder, and update at least the following options:
DB_BOLTURL = [default for local install is bolt://localhost:7687]
DB_USERNAME = [default for local install is 'neo4j']
DB_PASSWORD = [default for local install is 'neo4j']
DB_ENCRYPTED = [default for local install is false]
If we reached this stage, it is because we have succeeded as a publisher in designing, maintaining and developing a software solution that you can trust. Let's define a roadmap together to move forward: