summaryrefslogtreecommitdiff
path: root/README
blob: a4bb87ae5e0635d22d40ed23a88fede608e4aca6 (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. make init
  16. make -B
  17. The final website is then located below build/ .
  18. -- Jonas Smedegaard <dr@jones.dk>, 2015-02-27