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