Skip to content

Commit aca2d9b

Browse files
author
Gavin Willett
committed
Created README.md
1 parent 22af3e6 commit aca2d9b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Spiceworks Ticket Viewer
2+
Spiceworks ticket viewer
3+
4+
This app displays Spiceworks Helpdesk Tickets in a nicer format that allows printing only the relevant areas that I needed. The default ticket wasted to much paper and ink printing useless stuff.
5+
6+
##Requirements
7+
8+
Python 3.4+
9+
10+
Flask
11+
12+
Flask-Paginate(*https://github.com/lixxu/flask-paginate*)
13+
14+
## Usage
15+
16+
Clone to the desired path.
17+
18+
```pip install -r requirements.txt```
19+
20+
Edit Line 14 of *app.py* and set DATABASE= to be the path to your spiceworks database. If this app is run on the same system as spiceworks it may be something like ```c:\Program Files (x86)\Spiceworks\db\siceworks_prod.db```
21+
22+
Start the app by running ```python app.py```
23+
24+
Edit any of the queries in *sql_queries.py* to suit your requirements.
25+
26+
Alternatively use the included *wfastcgi.py* to host the website via IIS.
27+
28+
## Notes
29+
This was developed using Python 3.4. It is untested on earlier versions.
30+
31+
This app uses only select queries, and does not write anything to the database, however I am not responsible for any corruption that may occur as a result of using this app.

0 commit comments

Comments
 (0)