8000 GitHub - redhataccess/git2pantheon at v1.0.6
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Git2Pantheon is a set of REST API that facilitates uploading of git repo containing modular document to Pantheon.

Notifications You must be signed in to change notification settings

redhataccess/git2pantheon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git2Pantheon is a set of REST API that facilitates uploading of git repo containing modular document to Pantheon.

Requirements

  1. Python 3
  2. Pip 3
  3. Redis server running locally

Setting up your development environment

  1. Clone the fork of this repo.
git clone YOUR_FORK_OF_THIS_REPO
  1. Change directory to the cloned repo.
cd git2pantheon
  1. Create and activate a virtual environment.
python3 -m venv .
venv/bin/activate
  1. Install the requirements.
pip3 install --user -r requirements.txt
  1. Set and export the following environment variables
    a. PANTHEON_SERVER
    b. UPLOADER_PASSWORD
    c. UPLOADER_USER

  2. Run the service.

python3 git2panthenon/wsgi.py
  1. The swagger docs can be found at:
    http://localhost:5000/apidocs/

About

Git2Pantheon is a set of REST API that facilitates uploading of git repo containing modular document to Pantheon.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0