Giter Site home page Giter Site logo

appenginegit's Introduction

Appengine Git

This project is currently untested and is not recommended for production use

A Git server running over http on Google Appengine.

This project uses Dulwich - a pure Python interface to Git repos http://www.samba.org/~jelmer/dulwich/

Running

  1. Download Google Appengine, Python edition https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python

  2. Extract appengine and run the appserver on the Appengine Git src folder

     google_appengine/dev_appserver.py AppengineGit/src
    

Create a repository

  1. open your browser to the server, by default at http://localhost:8080

  2. open the browsers javascript console, and enter:

     rpc.send("repo.create", {"name":"repoName"})
    

    "200 NULL" should appear under the response heading

  3. to push to the repository

     git remote add origin http://localhost:8080/repoName.git
     git push origin master
    

List repositories on the server

  1. open your browser to the server, by default at http://localhost:8080

  2. open the browsers javascript console, and enter:

     rpc.send("repo.list", {})
    

    the http response code (200) should appear under the response heading, followed by a json encoded array of repository names.

appenginegit's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.