Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gengjiawen/githelper
Download git repo in your server
https://github.com/gengjiawen/githelper
Last synced: 16 days ago
JSON representation
Download git repo in your server
- Host: GitHub
- URL: https://github.com/gengjiawen/githelper
- Owner: gengjiawen
- Created: 2016-01-17T10:09:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T16:11:41.000Z (over 8 years ago)
- Last Synced: 2024-12-08T18:58:29.701Z (21 days ago)
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.adoc
Awesome Lists containing this project
README
= Git Helper
Geng Jiawen
[email protected]
:toc:
:toclevels: 3
:sectnums:
:sectnumlevels: 2
:source-highlighter: hightlightjs== What can it do
download github or other git repository to a 7z file with _.git_ folder== Dependencies
Basically, you need to install https://git-scm.com/[git] and http://www.7-zip.org/[7z]For ubuntu
[source]
sudo apt-get install git p7zip-full== How to play
[source, python]
python3 MyFlask.py== Deploy
Personally please consider this article
https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-16-04?utm_content=how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-16-04== Todo
* Add auth
* Add css style.Yes I have some designer daydream, not just a simple software engineer :)== License
MIT