Food Hacking Base:Administration: Difference between revisions

From Food Hacking Base
Jump to navigation Jump to search
mNo edit summary
(registrar)
Line 1: Line 1:
The Internet infrastructure of the FHB consists of the following parts:
The Internet infrastructure of the FHB consists of the following parts:


* .org domain registered via [https://www.hetzner.de Hetzner]
* .org domain registered via [https://www.gandi.net Gandi]
* Webspace at [https://uberspace.de Uberspace]
* Webspace at [https://uberspace.de Uberspace]



Revision as of 00:26, 1 February 2014

The Internet infrastructure of the FHB consists of the following parts:

The Admin Team™:

The webspace (cd html/mediawiki) is managed as a Git repository for version control. I.e. after making a change, you should check it into the repository and write a comment, explaining what you did. That way, the other team members can see who did what, and why.

Just a few Git commands will suffice:

  • git status – show changed files; should show no results when beginning and ending an admin session
  • git add <filename> [filename...] – mark changed file for next commit
  • git commit -m 'fired up the foo bar' – commit marked changes with a certain comment
  • git log -3 – show last three changes