summaryrefslogtreecommitdiff
path: root/README
blob: 77fd2387f3fad0f52354fe9e085365c2e314168b (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 --recursive git://source.jones.dk/jones
  18. make init
  19. make
  20. The final website is then located below build/ .
  21. -- Jonas Smedegaard <dr@jones.dk>, 2014-02-26