|
Size: 1770
Comment:
|
Size: 2674
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 4: | Line 4: |
| 1. On a Linux machine: | a. On a Linux machine: |
| Line 10: | Line 10: |
| * /u/ccdev/DEMO9/ | * /u/ccdev/DEMO10/ * (Any other company directories you need e.g. MSSQL) |
| Line 14: | Line 15: |
| 1. Rename /u/cdrom/cc/DEMO9 to /u/cdrom/cc/DEMO/ 1. Copy /u/ccdev/adm.standard/* in /u/cdrom/cc/adm/ |
1. Rename /u/cdrom/cc/DEMO10 to /u/cdrom/cc/DEMO/ 1. Copy /u/ccdev/standard.adm/* in to /u/cdrom/cc/adm/ |
| Line 19: | Line 20: |
| {{{ export NODEID=DEMO }}} |
|
| Line 21: | Line 25: |
| 1. Re-licence the DEMO company record and all of it's locations. 1. Locate the installer file. It is usually named control.VCT 1. On the compilation machine (Windows): |
1. Re-licence the DEMO company record and all of it's locations. If licensing for a SQL company, ensure you take a new dump of the database after licensing 1. Create any other companies as required. Then repeat the above two steps for each company that you create. 1. Locate the installer file. It is usually named control.VCT, and will be under /u/cdrom/cc a. On the compilation machine (Windows): |
| Line 25: | Line 30: |
| 1. Copy the installer file into /u/cdrom/cc/ | 1. Copy the installer file into /u/cdrom/cc/ (if not already there) |
| Line 28: | Line 33: |
| 1. Ensure that all the folders and files you want copied are there (add them if required) | |
| Line 30: | Line 35: |
| 1. Ensure that the folders that you want installed are checked under '''Demo Data''' and '''Control files''', not just Typical Setup. | |
| Line 32: | Line 38: |
| 1. Copy the files from another demo folder to your new folder. 1. Copy the newly created installer into the folder. 1. On a linux machine: |
1. Copy the files from another demo folder to your new folder. Ensure that the symbolic links are not broken 1. Copy the newly created installer (setup.exe) into the folder. a. On a linux machine: |
| Line 36: | Line 42: |
| {{{ mkisofs -r -o <image_name>.iso -J /u/cdrom/windemo/<your folder>}}} 1. Burn the ISO file onto a CD !! 1. Create a pretty label, place in a case and send it off. 1. Update this piece of documentation !! |
{{{ mkisofs -r -o <image_name>.iso -J /u/cdrom/windemo/<your folder> }}} 1. Burn the ISO file onto a CD !! The device is discovered by using dvdrecord --scanbus (or cdrecord --scanbus). Note that you need to be root to access the DVD Burner. {{{ dvdrecord dev=2,0,0 speed=48 -eject -dao -data /u/cdrom/windemo/<image_name>.iso }}} 1. Create a pretty label, place in a case and send it off. 1. Update this piece of documentation !! |
Making DemoCD image
To make a Windows Demo CD:
- On a Linux machine:
- Copy the following to /u/cdrom/cc/
- /u/ccdev/adm
- /u/ccdev/binw
- /u/ccdev/pixmap
- /u/ccdev/standard
- /u/ccdev/DEMO10/
- (Any other company directories you need e.g. MSSQL)
- Copy the following to /u/cdrom/cc/std/
- /u/ccdev/std/binw
- /u/ccdev/std/utbinw
- Rename /u/cdrom/cc/DEMO10 to /u/cdrom/cc/DEMO/
- Copy /u/ccdev/standard.adm/* in to /u/cdrom/cc/adm/
- Delete all .sccs folders
- Change the CCDIR to /u/cdrom/cc
- Create the DEMO terminal
export NODEID=DEMO
- Clear all other "log-ins" as reported by ccusers
- Set the "Licence to Date" field in DEMO company record to something appropriate
- Re-licence the DEMO company record and all of it's locations. If licensing for a SQL company, ensure you take a new dump of the database after licensing
- Create any other companies as required. Then repeat the above two steps for each company that you create.
- Locate the installer file. It is usually named control.VCT, and will be under /u/cdrom/cc
- Copy the following to /u/cdrom/cc/
- On the compilation machine (Windows):
- Install VISE Installer, if not already installed
- Copy the installer file into /u/cdrom/cc/ (if not already there)
- Open control.vct using VISE Installer
- Check that the neccessary drives are mapped to /u/ (Should be G:)
- Ensure that all the folders and files you want copied are there (add them if required)
- Make sure you update the installer file and check that all of the files that it expects to be exists.
Ensure that the folders that you want installed are checked under Demo Data and Control files, not just Typical Setup.
- Build the installer. The installer should be created in /u/cdrom/cc/ and should be called setup.exe
- Create a new folder in /u/cdrom/windemo/. This is where the image will be created from.
- Copy the files from another demo folder to your new folder. Ensure that the symbolic links are not broken
- Copy the newly created installer (setup.exe) into the folder.
- On a linux machine:
- Create the ISO file.
mkisofs -r -o <image_name>.iso -J /u/cdrom/windemo/<your folder>
- Burn the ISO file onto a CD !!
- The device is discovered by using dvdrecord --scanbus (or cdrecord --scanbus). Note that you need to be root to access the DVD Burner.
dvdrecord dev=2,0,0 speed=48 -eject -dao -data /u/cdrom/windemo/<image_name>.iso
- Create a pretty label, place in a case and send it off.
- Update this piece of documentation !!
- Create the ISO file.
