From quanta Sun May 25 19:20:10 2008 From: Andras Mantia Date: Sun, 25 May 2008 19:20:10 +0000 To: quanta Subject: Re: [Quanta] Message-Id: <200805252220.11056.amantia () kde ! org> X-MARC-Message: https://marc.info/?l=quanta&m=121174326624923 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--===============0314213427==" --===============0314213427== Content-Type: multipart/signed; boundary="nextPart3778427.mjIPIU3T6x"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart3778427.mjIPIU3T6x Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 21 May 2008, Jordi Moles Blanco wrote: > So... i > guess that the tricky thing here would be to run an apache web server > through a repository system and then we should be able to ask apache > to load files from on part or another from the repository, and i > guess that this part is the one that they fail to see how it would > work. You can do what we did in kdewebdev.org, and what I really like. :) I'm=20 not sure if Eric likes it as much as I do... 1. There is a subversion server (repository) on the same server where=20 apache is running 2. We checkout the repository to a place under the web root, so it is=20 visible through apache. Actually we checkout to two places, a test site=20 and a real site. 3. You can configure subversion to execute some commands after a commit.=20 We configured that after every commit an "svn up" is run on the test=20 site. This way the modifications are immediately visible on the test site=20 for every user. 4. Once everyone is happy, you can run "svn up" for the real site. You=20 can do this also through ssh, so you just create script locally that=20 does the update remotely. And of course you can run this script from=20 inside Quanta. We created a basic Kommander script for this job. Alternatively you can use Quanta's upload feature to upload the things=20 to the real site. I hope it help, Andras =2D-=20 =20 Quanta Plus developer - http://quanta.kdewebdev.org K Desktop Environment - http://www.kde.org --nextPart3778427.mjIPIU3T6x Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iD8DBQBIObvrTQdfac6L/08RAk1xAKCTa7zc5XjwdVhUt+xoU6SNENDFTwCfTifV +76EYScIwN3obXqUbyTzF5c= =2bck -----END PGP SIGNATURE----- --nextPart3778427.mjIPIU3T6x-- --===============0314213427== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Quanta mailing list Quanta@mail.kde.org https://mail.kde.org/mailman/listinfo/quanta --===============0314213427==--