summaryrefslogtreecommitdiff
path: root/README
blob: 57eeee50ba9a5118403e0c3f80ab4adb1ea421a6 (plain)
  1. Website http://dr.jones.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. echo 'deb http://debian.jones.dk/ wheezy webservices' > /etc/apt/sources.list.d/jones.list
  8. aptitude update
  9. aptitude install ikiwiki git libsearch-xapian-perl perlmagick po4a
  10. aptitude install libtext-multimarkdown-perl libtext-typography-perl
  11. aptitude install libhtml-packer-perl
  12. aptitude install compass-layoutgala-plugin libjs-leaflet
  13. (all packages are officially in Debian, some just not in the stable version)
  14. Use
  15. ---
  16. Create the website with the following commands as normal(!) user:
  17. git clone git://source.jones.dk/jones/site
  18. cd site
  19. git clone git://source.jones.dk/jones/content
  20. git clone git://source.jones.dk/jones/styling
  21. make init
  22. make
  23. The final website is then located below build/ .
  24. -- Jonas Smedegaard <dr@jones.dk>, 2011-12-08