https://github.com/bwesterb/welke.tk
Super-project for the PC occupation webpage welke.tk
https://github.com/bwesterb/welke.tk
ru welke-tk
Last synced: 8 months ago
JSON representation
Super-project for the PC occupation webpage welke.tk
- Host: GitHub
- URL: https://github.com/bwesterb/welke.tk
- Owner: bwesterb
- Created: 2012-03-28T11:38:18.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T15:54:08.000Z (about 12 years ago)
- Last Synced: 2023-03-11T03:27:32.214Z (over 3 years ago)
- Topics: ru, welke-tk
- Language: Shell
- Homepage: http://welke.tk
- Size: 199 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README

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
```