Python based control panel and scripts for managing Timberline's Digital Hackerspace
This is an improved python-based version of the original created by Peder Skarabdkjfhkj(sp?)
Install Instructions:
- Open a Terminal (Ctrl + Alt + T)
- Create a bin directory in your home:
mkdir ~/bin
- Go into the bin dir:
cd ~/bin
- Clone the git repository into the bin dir:
git clone https://github.com/timberline-secondary/hackerspace-scripts-2.git
- Move into the git repo:
cd hackerspace-scripts-2
- Run the setup script:
./control-panel
orbash control-panel
Once install is complete, log out and back in again. You should now be able to run the control-panel from anywhere by typing control-panel
in a terminal. You can also autocomplete by typing cont
+ Tab
To run the control-panel in a docker environment do the following:
- Open a Terminal (Ubuntu: Ctrl + Alt + T)
- Run the following:
control-panel --docker
OR
- Open a Terminal (Ctrl + Alt + T)
- Ensure the working directory is this directory (i.e.
~/bin/hackerspace-scripts-2
) - Run the following:
./control-panel --docker