How to install RadGrad
Obtain repo permissions
To do RadGrad development, you must obtain write access to the RadGrad repository.
Note that our software process (IDPM) does not involve forking and pull requests. Instead, you will clone this repository and make branches to carry out development tasks.
Install Meteor
Next, download and install Meteor.
Download RadGrad
Next, download the RadGrad source code from https://github.com/radgrad/radgrad2.
Install RadGrad
Next, cd to the radgrad2/app/
directory and invoke meteor npm install
:
This will download and install the third-party libraries required to run this system. If you are not in the app
directory and you run meteor npm install
. You will see something like:
Initialize database
To make sure the database starts from an empty state, run:
Run system locally
To run the system, invoke this command:
This will invoke the "start" script in package.json, which initializes the database (if empty) with sample data. Go to http://localhost:3200 to confirm that the system is running: