Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 3 / 3
49 results tagged git  ✕
Créer un repository GIT http://shaarli.memiks.fr/?JgT8uA
Thu Nov 15 00:46:12 2012 archive.org
QRCode
thumbnail

mkdir projet
cd projet
git --bare init
git add *
git commit
git --bare update-server-info

git init bare server repository
Git smart HTTP transport on lighttpd - toofishes.net http://www.toofishes.net/blog/git-smart-http-transport-lighttpd/
Thu Nov 15 00:20:51 2012 archive.org
QRCode
thumbnail

Je me suis inspiré de cet article afin de configurer le serveur lighthttpd présent sur mon NAS afin qu'il me permette de gérer mes GIT perso à distance ;)

voila ce qu'il faut ajouter pour fun_plug dans lighthttp.conf :

alias.url += ( "/git" => "/ffp/libexec/git-core/git-http-backend")

prevent a request to "/git" from causing a 500 error (no PATH_INFO)

url.rewrite-once = ( "^/git$" => "/git/" )
$HTTP["url"] =~ "^/git" {

turn on CGI unconditionally for this URL

    cgi.assign = ( "" => "" )
    setenv.add-environment = (
      "GIT_PROJECT_ROOT" => "/ffp/home/root/fun_plug",
      "GIT_HTTP_EXPORT_ALL" => ""
    )

}

ffp fun_plug git clone http lighthttp
Tutoriel - Git http://www.tuteurs.ens.fr/logiciels/git/
Tue Nov 13 17:32:11 2012 archive.org
QRCode
thumbnail

un tutoriel rapide simple et utile sur Git

git tutoriel
8 ways to share your git repository http://www.jedi.be/blog/2009/05/06/8-ways-to-share-your-git-repository/#apachehttp
Thu Apr 26 20:42:32 2012 archive.org
QRCode
thumbnail
git apache configuration
How To Verify SSL Certificate From A Shell Prompt http://www.cyberciti.biz/faq/test-ssl-certificates-diagnosis-ssl-certificate/
Tue Mar 20 01:02:23 2012 archive.org
QRCode
thumbnail

Un article interressant concernant l'installation de certificat sous linux.

cela m'a été très utile pour installer le certificat de github ;)

mkdir -p ~/.cert/github.com
openssl s_client -showcerts -connect github.com:443 2>&1 | sed -e 's/.-----BEGIN CERTIFICATE-----//g' | sed -e 's/-----END CERTIFICATE-----.//g' > ~/.cert/github.com.pem

;)

certificat cert github.com github linux git wget
Fon Plug 0.7 est sorti !! http://ffp.inreto.de/ffp/0.7/
Tue Feb 7 22:32:54 2012 archive.org
QRCode
thumbnail

FFP 0.7 qui gére à la fois la plupart des paquets 0.5

  • qui gére l'EABI (je vais pouvoir compiler nodeJS !!)
  • qui est à jour avec GIT etc...

Bref que du bonheur, je vais le tester sur mon NAS moi ;)

http://dns323.kood.org/howto:ffp#version_0.7
http://forum.dsmg600.info/viewtopic.php?id=6958

ffp 0.7 eabi git arm
Git pour tous - Linux Attitude http://linux-attitude.fr/post/git-pour-tous
Tue Nov 22 17:50:11 2011 archive.org
QRCode
thumbnail

Une bonne documentation pour Git

git documentation
using git on site5 (the details) | mark's blog http://mark.ryall.name/blog/2008/08/17/using-git-on-site5-the-details/
Mon Oct 31 17:07:46 2011 archive.org
QRCode
thumbnail

Installer le versionning git sur votre hébergement Site5 ? tout ce passe ici (en anglais)

et mon wiki :
http://wiki.memiks.fr/doku.php?id=gitsite5

Site5 git versionning
apenwarr/bup - GitHub https://github.com/apenwarr/bup
Thu Oct 20 07:10:43 2011 archive.org
QRCode
thumbnail

bup - Highly efficient file backup system based on the git packfile format. Capable of doing fast incremental backups of virtual machine images.

bup Highly efficient file backup system based on git packfile format Capable doing fast incremental backups virtual machine images
page 3 / 3
4756 links, including 1670 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn