Start the Project
-
Create a directory to run the demo.
% mkdir ~/EDADEMO % cd ~/EDADEMO
-
Create a directory for the project administration and another one to do hold
the design data.
% mkdir ftadmin % mkdir work
-
Create and start the project called
edademo
. We want to do this in the environment BASE to make sure that the vovserver has access to cvs:% ves BASE % vovproject create -dir ftadmin -type edademo edademo % vovproject enable edademo