Sysadmin papilusion git 11 10 2011 - Seizam/seizamcore GitHub Wiki
Made by : bedhed
Date: 11/10/2011
Currently applied on : papilusion
Best way (for now) to update WikiZam is to pull the trunk from git repo. Here is git install...
- user : root
- host : ns304832.ovh.net
- date : 11/10/11 23:00
- curpath : /
- Install git
root@ns304832:/# aptitude install git
- Generate Keygen for server (in /root/.ssh/ )
- passphrase is on papilusion's page
- identification has been saved in /root/.ssh/id_rsa.
- public key has been saved in /root/.ssh/id_rsa.pub.
root@ns304832:/# ssh-keygen -t rsa -C "[email protected]"
root@ns304832:/# git config --global user.name "Papilusion Root"
root@ns304832:/# git config --global user.email "[email protected]"
- Creating directory to copy Trunk (in /root/)
root@ns304832:~/# mkdir seizam
- Cloning Trunk (in /root/seizam/)
root@ns304832:~/seizam/# git clone [email protected]:Seizam/seizamcore.git
- The end
No file Edit