Metro Ligne B Rennes Configuration
Contents
Project Overview
The project is to build a new metro line in the city of Rennes in Normandy, France. The DrawMGT system will be used for managing bid documentation for the bid to be presented by a consortium which includes Coyne et Bellier, one of the largest French construction consultants.
The project is scheduled from 2010 to 2018.
The estimated cost us approximately 620 million Euro.
The project is to build a new subway line:
- 11 stations
- 8.5 km of tunnel
- 4 km of above ground track
- 1 depot
Contact Information
Contact Addresses
Office Address
- TRACTEBEL ENGINEERING FRANCE (COYNE ET BELLIER)
- 9, allée des Barbanniers
- 92 632 Gennevilliers CEDEX
- France
Contract Names
Name
Description
Email
Phone
Andrew Bourget
Main contact for system configuration
Tel : +33 (0)1 41 85 02 90
Discussions and Input Data
Phone call AH/AB 2009-11-25
Agreement to setup pilot system almost ready. Definite decision expected Thu, 2009-11-26.
- Delivery of bid documentation to Coyne et Bellier delayed, now expected to arrive end of first week of December.
- Agreed that we send a generic configuration spreadsheet to Andrew ASAP.
- Andrew is willing to translate our message catalogs into French.
Email from AB on 2009-11-26
- Sent an updated copy of the Messages.txt file in Excel format. This include addition of many new French
- texts, and should be merged with the existing Messages.txt in the V11.3 branch.
See: Migration Tools
Project to DrawMGT Configuration Mapping
- None defined so far.
- Andrew will probably not need a very complex classification system, for he bid project phase.
- The classification system may be expanded later base don their needs.
MRE Document Coding System
Initially we will use GENERIC (drawingCodeId=10) drawing codes for all documents.
- The revision numbering is 1, 2, ...
Currently the revision file naming is coded to code (name) and system (file)
May need to create a clone of the GENERIC with free (name) and system (file)
System Deployment
Server
System URL: mre.softxs.ch
Site mre
- Instances:
lu.softxs.ch-prod
lu.softxs.ch-test
- Deployed on honir.softxs.ch
Virtual hosting used to map lu.softxs.ch --> mre.softxs.ch
- A test and production system will be deployed.
Software Installation
- Install test and production systems.
CVS checkout. Use app/etc/checkout.sh (from V11.3 CVS). As user root on lu.softxs.ch:
cd /home/met/www/html/test/app/etc ./checkout.sh -r 113 -v -q -u mre -d /home/mre/www/html -s test mre lu.softxs.ch-test cd /home/mre/www/html/test chown -R mre:mre * cd app/install ./setup.sh mre lu.softxs.ch-test www mre su - mre cd www/html/test/app/etc ** LOAD A DATABASE *** '''to do''' ./genMeta.pl http://mre.softxs.ch/test/lib/meta
- Database (initial setup for testing):
cd /home/mre/www/html/test/app/schema mysql -uroot -psqladmin create database mre113test; use mre113test; source drawmgt-schema.sql; source id-table-schema.sql; source data/refdata.sql source ../../cfg/mre/site/data/Users.sql; '''to do''' source ../../cfg/mre/site/data/UserRoles.sql; '''to do''' source id-table-setup.sql; quit;