|
Netfig Platfom Installation |
|
Installation of the Netfig Platform is very straight forward. Simply unzip the file the desired location and run the main executable in its home directory. All the configuration is carried out in place. Uninstalling simply involves deleting the unzipped directory.
Netfig is changing rapidly, please register to stay informed about new releases. Registered users can update Netfig automatically using the online update facility. For more details see the Support and Update pages
Details
- Obtain the appropriate zip file from the
downloads page.
- Unzip the file to the folder where you would like the product to be installed. (We will call this folder <root>).
- Change into the folder <root> and execute "netfig" (on windows platforms the file will be "netfig.exe" and you can execute it simply by double clicking on it).
- To uninstall delete the folder <root>/netfig
Creating a shortcut
On windows you can create a shortcut to start netfig by right clicking on the "netfig.exe" file within an explorer window and selecing "Create shortcut". The shortcut can then be moved to where ever it is most convenient.
Issues
Some UNIX users may find that the file "netfig" is not executable. This will depend on the unzip program you use. If this is the case you will need to run:
chmod +x <root>/netfig/netfig
If you are using a distribution with a Java JRE you will also need to run:
chmod +x <root>/netfig/jre/bin/*
chmod +x <root>/netfig/jre/lib/*/*.so
|