summaryrefslogtreecommitdiff
path: root/README
blob: 3107f05534bb1abd9e31e1d4f9781683f20f4a1c (plain)
  1. Website http://bsg.biks.dk/
  2. ===========================
  3. Preparations
  4. ------------
  5. 1) Install the stable release (Wheezy) of Debian <http://www.debian.org/>
  6. 2) Run the following commands as superuser - i.e. "root":
  7. aptitude install ikiwiki git libtext-typography-perl
  8. Use
  9. ---
  10. Create the website with the following commands as normal(!) user:
  11. git clone --recursive git://source.couchdesign.dk/bsg
  12. cd bsg
  13. git clone --recursive git://source.couchdesign.dk/bsg/content
  14. make init
  15. make
  16. The final website is then located below build/ .
  17. -- Jonas Smedegaard <dr@jones.dk>, 2015-02-27