add initial website for uc
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
881d847c3f
commit
04950a3da0
1 changed files with 36 additions and 0 deletions
36
software/uc.mdwn
Normal file
36
software/uc.mdwn
Normal file
|
@ -0,0 +1,36 @@
|
|||
[[!meta title="uc - manage a UNIX company"]]
|
||||
|
||||
[[!toc levels=2]]
|
||||
|
||||
## Introduction
|
||||
|
||||
uc is a shell orientated management tool for Unix gurus running
|
||||
geeky Unix companies. It is intented to be run by geeks and requires
|
||||
**git** and **shell**.
|
||||
|
||||
### Documentation
|
||||
|
||||
Use **uc help me**.
|
||||
|
||||
### OS support
|
||||
|
||||
cdist should run on any Posix alike OS.
|
||||
|
||||
## Getting uc
|
||||
|
||||
git clone git://git.schottelius.org/uc
|
||||
cd uc
|
||||
export PATH=$PATH:$(pwd -P)/bin
|
||||
|
||||
### Update
|
||||
|
||||
To upgrade in the current branch use
|
||||
|
||||
git pull
|
||||
|
||||
## Support
|
||||
|
||||
### IRC
|
||||
|
||||
You can join the development ***IRC channel***
|
||||
[#cLinux on irc.freenode.org](irc://irc.freenode.org/#cLinux).
|
Loading…
Add table
Reference in a new issue