Workshop Organizer Wiki
Light-weight & cross platform inventory controller for home-workshops
Brought to you by:
dilshan
To use the “Workshop Organizer” just extract the archive file into proper location of the file system. In Linux environment user need to assign execution permission to application (workshopdb) using following chmod command:
chmod a+x workshopdb
Some of the Linux distributions may not have SQLite library inbuilt. If it is missing, user need to install SQLite library with following command:
sudo apt-get install libsqlite3-dev
“Workshop Organizer” package contains multiple files and some of the important files are described in below:
By default user may not need to change any configuration entry in “workshopdb.conf” file to run this application.