You're viewing old version number 5. - Current version
Installing Wren
Make appropriate DNS changes for the domain name or subdomain name.
Then on the server:
- cd /home
- mkdir 'dirname'
- cd 'dirname'
- mkdir sessionids
- mkdir markup
- git clone http:// (Wren repo)
- cd Wren/yaml
- edit yaml config file accordingly
- cd Wren/lib/Shared
- edit Config.pm and modify variable that stores the location of the YAML file.
- cd Wren/root/javascript/splitscreen
- edit splitscreen.js and change the cookie prefix info if the cookie prefix value was changed in the YAML file. look for "getCookie" function.
- if necessary, modify images in Wren/root/images
- if the above images were changed, then cd into Wren/tmpl and modify the templates "header.tmpl" and "customarticle.tmpl".
- modify "loginform.tmpl" to change the URL for "form.css". should not need to do this. correct in main repo.
- cd into Wren/nginx
- cp -i wren-nginx.config /etc/nginx/sites-available/[your.domain.name]
- cd /etc/nginx/sites-available
- modify the nginx config file accordingly.
- ln -s /etc/nginx/sites-available/config-file /etc/nginx/sites-enabled/config-file
- service nginx restart
- visit http://your.domain.name/wren/login
From JR's : articles
142 words - 1096 chars
created on
updated on
- #
source
- versions