Metro Ligne B Rennes Configuration

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:

Contact Information

Contact Addresses

Office Address

Contract Names

Discussions and Input Data

Phone call AH/AB 2009-11-25

  1. Agreement to setup pilot system almost ready. Definite decision expected Thu, 2009-11-26.

  2. Delivery of bid documentation to Coyne et Bellier delayed, now expected to arrive end of first week of December.
  3. Agreed that we send a generic configuration spreadsheet to Andrew ASAP.
  4. Andrew is willing to translate our message catalogs into French.

Email from AB on 2009-11-26

  1. Sent an updated copy of the Messages.txt file in Excel format. This include addition of many new French

Project to DrawMGT Configuration Mapping

  1. None defined so far.
  2. Andrew will probably not need a very complex classification system, for he bid project phase.
  3. The classification system may be expanded later base don their needs.

MRE Document Coding System

  1. 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

  1. System URL: mre.softxs.ch

  2. Site mre

  3. Instances:
    • lu.softxs.ch-prod

    • lu.softxs.ch-test

  4. Deployed on honir.softxs.ch
    • Virtual hosting used to map lu.softxs.ch --> mre.softxs.ch

  5. A test and production system will be deployed.

Software Installation

  1. Install test and production systems.
  2. 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 
  3. 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;

MreConfiguration (last edited 2010-04-17 14:10:53 by softxs)

Copyright 2008-2014, SoftXS GmbH, Switzerland