|
|
2013-10-01 [2013/08/28 11:29] mattsches Location geändert |
2013-10-01 [2015/09/16 18:48] |
====== 28. Treffen am 1. Oktober 2013 ====== | |
| |
===== Thema: Deployment ===== | |
Zum Thema "Deployment" wollen wir zwei Vorträge anbieten, die einen Blick über den PHP-Tellerrand ermöglichen: | |
| |
* "Deployment mit [[http://www.capistranorb.com/|Capistrano]]" von [[http://www.qutic.com/|Stefan Husch]] | |
* "Deployment mit [[http://docs.fabfile.org/en/1.7/|Fabric]]" (tbc) | |
| |
===== Wann und wo ===== | |
Dienstag, 01. Oktober 2013 \\ | |
ab 19 Uhr (Vorträge ab 19:30 Uhr) \\ | |
netz98 new media GmbH \\ | |
2. Stock, mittlerer Eingang \\ | |
Haifa-Allee 2 \\ | |
55128 Mainz \\ | |
\\ | |
Parkplätze sind ausreichend vorhanden; wer mit dem ÖPNV kommen möchte, sollte eine der Bushaltestellen am Gutenberg-Center (Nord, Ost) anfahren. | |
| |
===== Anmeldung/Teilnehmer ===== | |
Die Teilnehmerliste bzw. Anmeldungen pflegen wir [[https://www.xing.com/events/28-treffen-phpug-rheinhessen-1291473|Xing]] und [[Google Plus]]. Bitte tragt euch dort entsprechend ein. | |
| |
Ihr könnt natürlich gern auch ohne vorherige Anmeldung reinschauen! | |
| |
===== Karte ===== | |
<html> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6/leaflet.css" /> | |
<!--[if lte IE 8]> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6/leaflet.ie.css" /> | |
<![endif]--> | |
<script src="http://cdn.leafletjs.com/leaflet-0.6/leaflet.js"></script> | |
<div id="map" style="height: 400px; width: 100%; position: relative;"></div> | |
<script type="text/javascript"> | |
var map = new L.Map('map').setView([49.97000, 8.22938], 15); | |
L.tileLayer('http://{s}.tile.cloudmade.com/bb69ea629ff2494aa0aa91e68dd08d2e/997/256/{z}/{x}/{y}.png', { | |
attribution: 'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="http://cloudmade.com">CloudMade</a>' | |
}).addTo(map); | |
var marker = new L.Marker([49.97000, 8.22938]).addTo(map).bindPopup('<a href="http://www.phpug-rheinhessen.de/"><img src="http://www.sperr-objekt.de/phpugrhh/lib/images/phpugrhh_logo.png"/></a>'); | |
</script> | |
</html> | |
| |
===== ÖPNV ===== | |
<html> | |
<script type="text/javascript" src="http://www.rmv.de/auskunft/bin/jp/help.exe/dny?tpl=suggest"></script> | |
<script type="text/javascript" src="http://www.rmv.de/auskunft/bin/jp/help.exe/dny?tpl=tpwidget"></script> | |
<div id="WidgetExample" time="19:00" date="20.08.13" from="" to="A=1@O=Mainz Gutenberg Center@X=8226918@Y=49967933@U=80@L=003025611@B=1@V=6.9,@p=1374244017@" class="HafasTPWidget"> </div> | |
| |
</html> | |