diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 31 |
1 files changed, 29 insertions, 2 deletions
@@ -7,7 +7,7 @@ Gogs (Go Git Service) is a painless self-hosted Git service.  -##### Current version: 0.6.1 Beta +##### Current version: 0.6.4 Beta ### NOTICES @@ -52,13 +52,27 @@ The goal of this project is to make the easiest, fastest, and most painless way - Drone CI integration - Supports MySQL, PostgreSQL and SQLite3 - Social account login (GitHub, Google, QQ, Weibo) -- Multi-language support ([11 languages](https://crowdin.com/project/gogs)) +- Multi-language support ([14 languages](https://crowdin.com/project/gogs)) ## System Requirements - A cheap Raspberry Pi is powerful enough for basic functionality. - At least 2 CPU cores and 1GB RAM would be the baseline for teamwork. +## Browser Support + +According to [Semantic UI](https://github.com/Semantic-Org/Semantic-UI/tree/1.x): + +- Last 2 Versions FF, Chrome, IE 10+ +- Safari 6 +- IE 9+ (Browser prefix only) +- Android 4 +- Blackberry 10 + +Browser prefixes are present for Internet Explorer 9, but the browser is not officially supported. + +The official support minimal size is 1024*768, UI may still looks right in smaller size but no promises and fixes. + ## Installation Make sure you install the [prerequisites](http://gogs.io/docs/installation/) first. @@ -71,6 +85,18 @@ There are 5 ways to install Gogs: - [Ship with Docker](https://github.com/gogits/gogs/tree/master/docker) - [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs) +### Tutorials + +- [How To Set Up Gogs on Ubuntu 14.04](https://www.digitalocean.com/community/tutorials/how-to-set-up-gogs-on-ubuntu-14-04) +- [Run your own GitHub-like service with the help of Docker](http://blog.hypriot.com/post/run-your-own-github-like-service-with-docker/) +- [阿里云上 Ubuntu 14.04 64 位安装 Gogs](http://my.oschina.net/luyao/blog/375654) (Chinese) +- [Installing Gogs on FreeBSD](https://www.codejam.info/2015/03/installing-gogs-on-freebsd.html) +- [Gogs on Raspberry Pi](http://blog.meinside.pe.kr/Gogs-on-Raspberry-Pi/) + +### Screencasts + +- [Instalando Gogs no Ubuntu](https://www.youtube.com/watch?v=DFNifgEHOzk) (Português) + ## Acknowledgments - Router and middleware mechanism of [Macaron](https://github.com/Unknwon/macaron). @@ -83,6 +109,7 @@ There are 5 ways to install Gogs: ## Contributors - The [core team](http://gogs.io/team) of this project. +- Ex-team members [@lunny](https://github.com/lunny) and [@fuxiaohei](https://github.com/fuxiaohei). - See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors. - See [TRANSLATORS](conf/locale/TRANSLATORS) for full list of translators. |