Skip to content

bwesterb/welke.tk

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
doc
 
 
py
 
 
 
 

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
    

About

Super-project for the PC occupation webpage welke.tk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published