PDA

View Full Version : [ubuntu] create repository for public access


bigie
July 3rd, 2008, 04:14 AM
hi, I have plan for create repository server for my campus and I want my repository accesable for public. can anybody give some advice for create it please :D

dominiquec
July 3rd, 2008, 04:20 AM
http://ubuntuforums.org/showthread.php?t=599479

promodus
July 3rd, 2008, 04:26 AM
1. apt-proxy is what I use.
Pro: Least amount of bandwidth used.
Con: Only downloads what is needed when it's needed.

2. apt-mirror
http://www.howtoforge.com/local_debian_ubuntu_mirror
Pro: More specific about what you mirror

3. You could also rsync a mirror and share it via apache.
Pro: Gets everything
Con: Space, Bandwidth, possibly overkill.