Making Demo CD for Linux Machine
This instruction will help you to create a Linux Demo CD:
a. On a Linux machine:
- Login yourself not a root
- Be in the folder /u/cdrom/linuxcd
- You will see few files and folder there, do nothing with Readme.txt , setup.sh
- Delete linuxdemo.iso file
- cd into the folder /u/cdrom/linuxcd/cc
- Update the folders inside from following locations
- /u/ccdev/binl
- /u/ccdev/standard
- /u/ccdev/lib
- /u/ccdev/pixmap
- /u/ccdev/DEMO
- Do nothing with folder manual and usr
- cd into the folder /u/cdrom/linuxcd/cc/std
- Then update the folders inside from following locations
- /u/ccdev/std/binl
- /u/ccdev/std/utbinl
- /u/ccdev/std/binx11
- /u/ccdev/std/utbinx11
- Change the CCDIR to /u/cdrom/linuxcd/cc
- export CCDIR=/u/cdrom/linuxcd/cc
- Create the DEMO terminal
- export NODEID=DEMO
- echo $CCDIR to make sure have the right path
- echo $NODEID to make sure you have the DEMO terminal
- Now time to relicense for this DEMO company and its branches, so cd into /u/cdrom
- Make a softlink of coaad and brlrep to your /u/cdrom folder
- ln -s /u/ccdev/std/binl/coaad /u/cdrom/contrl
- ln -s /u/ccdev/std/utbinl/brlrep /u/cdrom/brcntrl
- type condisp -c -b to make sure you are in right company
- type contrl to add a license to your demo cd, set the "License to Date" field in DEMO company record to something appropriate.
- type brctrl to update the license in all its branch location.
- Create the company as required. Then repeat the above two steps for each company that you create.
b. Before making iso files and burn it into the CD , you might want to see license and everything work perfectly.
- Find the linux machine where we can do our testing.
- Make sure the test machine has /mnt/cdrom folder
- Copy everything from folder /u/cdrom/linuxcd to user@testmachine:/mnt/cdrom
- On the test machine, login as root and be in the folder /mnt/cdrom/
- Run the script setup.sh
- The script will run and say it is ready to install program in your test machine and will create the folder cc and do you want to continue
- Yes 'Y' then in few minutes it will run and install everything. The script will also create a ccmenubar icon in your desktop.
- After installation is done, Press Ctrl+Alt+F7 to go to desktop
- Double click to run ccmenubar icon. Login and check to see if you can change branch and run few programs.
- If it mention about files missing or license problem, you might have to add files and relicense the DEMO company again.
