Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 998 Bytes

README.markdown

File metadata and controls

39 lines (31 loc) · 998 Bytes

welke.tk webpage

Installation

  1. Clone welke.tk and all subpackages

    $ git clone https://github.com/bwesterb/welke.tk.git
    $ git submodule sync
    $ git submodule update --init
    
  2. Install various python packages.

    $ apt-get install python-yaml \
                      python-setuptools \
                      python-argparse # for python-2.6
    $ easy_install poster
    
  3. Configure and host tkb.js.

    $ cd /srv/default/webdocs # *or* your webdocs root
    $ ln -s /path/to/tkb.js tkb.js
    $ cd tkb.js
    $ cp config.js.example config.js
    $ vi config.js # set host to the host on which tkbd will run
    
  4. Set environment, create conifugration and run tkbd.

    $ source tkbd-environment.sh
    $ cp py/tkbd/setups/default mytkbdsetup.mirte
    $ vi mytkbdsetup.mirte
    $ mirte mytkbdsetup