Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 475 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 475 Bytes

liftree

SWGI application to browse text files and display them via jinja2 templates

Setup

Prerequisite

fedora 29

Procedure

As root on your server

useradd liftree
su - liftree
git clone https://github.com/vengaar/liftree.git
exit
ansible-playbook /home/liftree/liftree/setup/setup.yml

Test

Test url:

  • http://{your_ip}/info
  • http://{your_ip}/search
  • http://{your_ip}/show
  • http://{your_ip}/show?path=/home/liftree/liftree/example/data/test.md