In this release:
1. Instead of installing teleserver with ansible playbooks, I implemented shell scripts *install.sh* and *uninstall.sh*.
Although, I made a Makefile that utilizes these scripts so user can simple type `make install` and `make uninstall`
2. Teleserver was inherited as system application stored in */var/lib/teleserver*.
During installation cloned project will be copied into */var/lib/teleserver/app* directory.
Although, under */var/lib/teleserver/data* directory will be utilized to store files that are available from Files tab in teleserver.
3.All constant variables are now stored under *tools/common.py*
4. *run.py* and *set_login_credentials.py* can be run as a script (without python3 before script)
5. There is documentation! Under *docs/* directory you will find documentation generated with Sphinx.
6. Contributing and Authors files were added - Now it is true OpenSource!
Enjoy!