Giter Club home page Giter Club logo

gitea's Introduction

Our gogs Gitea ❤️.

volkswagen status

Note gogs/.gitignore.

  • custom/, where our config stuff lives, specifically custom/conf/app.ini.
  • data/, where non-repo related data lives; sessions, avatars, chat.db

Develop.

$ go build -o darwin.gitea # If you've made changes to the go code.
$ ./darwin.gitea web -c custom/conf/dev.app.ini # Use a config flag to flag the custom app.ini.

Deploying.

  • Commit and push changes to the remote repo (recommend building linux locally to ease dependency mgmt on freya env GOOS=linux go build -o linux.gitea).
  • ssh to Freya and cd goggable.areteh.co/gogs
  • git fetch rb-gitea
  • git merge rb-gitea/rb or whatever branch you want to update from
  • cd ~/goggable.areteh.co/ && ./kickstart, where kickerstarter should run a linux build of gitea web command, use customizered prod.app.ini config file and redirect stderr+out to glogs/datestamped file and do it all in the muthafucking bg
  • psg gitea. Make sure is up.

Troubleshooter.

Pushing a big repo up? Getting a remote end hung up error like this SO? Use git config http.postBuffer 524288000 on your machine to up the githttpposterbuffer®. Unless you can get SSH working in which case add a troubleshooter and tell me how dat do.

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.