| | 1 | * Installation d'un serveur web virtualisé : |
| | 2 | La machine vm-web-2 est prete pour accueillir nos developpements pspa. |
| | 3 | host: vm-web-2 |
| | 4 | Les login sont autorises: ssh garnier@vm-web-2 |
| | 5 | Les fichiers: /htdocs2/vm-web-2/pspa |
| | 6 | ils sont sur une zone disque standard pour le web (backupes), visible depuis les lx et aussi depuis cette machine. |
| | 7 | Laurent est proprio de repertoire /htdocs2/vm-web-2/pspa |
| | 8 | URL: http://vm-web-2.lal.in2p3.fr/pspa/test.php |
| | 9 | |
| | 10 | * Installation de Wt sur le cluster : |
| | 11 | |
| | 12 | {{{ |
| | 13 | git clone http://www.webtoolkit.eu/git/winst.git |
| | 14 | aclocal |
| | 15 | autoconf |
| | 16 | ./configure --prefix=/tmp_mnt/www/Web/htdocs/users/garnier/Wt/install --with-wt-version=3.2.0 |
| | 17 | make deps |
| | 18 | |
| | 19 | xemacs deps/GraphicsMagick-1.3.12/configure |
| | 20 | -> Changer le |
| | 21 | LDFLAGS="$LDFLAGS -L${xml2_prefix}/lib" |
| | 22 | En |
| | 23 | LDFLAGS="-L${xml2_prefix}/lib64" |
| | 24 | |
| | 25 | }}} |