|
|
Installeren
Create the archive and push it to the launchpad server.
- Add deb http://ftp.debian.nl/debian/ lenny main to /etc/apt/sources.list
- Add APT::Cache-Limit 22582912; to /etc/apt/apt.conf, to increase the amount of memory to load the aditional deb list.
- Run apt-get update to get the new list.
- Run apt-get install bzr python-paramiko to get the testing release of bzr (the stable release is to old).
- bzr whoami
- bzr whoami "Bernard van de Koppel "
- chdir /
- bzr init create the firsttime folders
- bzr add /var/sipman3/main
- bzr commit -m "initial config"
- bzr launchpad-login "My username at launchpad "
- bzr push sftp://bazaar.launchpad.net/~sipman-devel/sipman.net/main Create-prefix only the first time.
- bzr branch https://code.launchpad.net/~sipman-devel/sipman.net/main/ to get the public version of Sipman.
|
|