punctuations / hackerspace-scripts-2

Python based control panel and scripts for managing Timberline's Digital Hackerspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hackerspace-scripts-2

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:

  1. Open a Terminal (Ctrl + Alt + T)
  2. Create a bin directory in your home: mkdir ~/bin
  3. Go into the bin dir: cd ~/bin
  4. Clone the git repository into the bin dir: git clone https://github.com/timberline-secondary/hackerspace-scripts-2.git
  5. Move into the git repo: cd hackerspace-scripts-2
  6. Run the setup script: ./control-panel or bash 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

🐳 Docker instructions:

To run the control-panel in a docker environment do the following:

  1. Open a Terminal (Ubuntu: Ctrl + Alt + T)
  2. Run the following: control-panel --docker

OR

  1. Open a Terminal (Ctrl + Alt + T)
  2. Ensure the working directory is this directory (i.e. ~/bin/hackerspace-scripts-2)
  3. Run the following: ./control-panel --docker

About

Python based control panel and scripts for managing Timberline's Digital Hackerspace

License:GNU General Public License v3.0


Languages

Language:Python 98.2%Language:Shell 1.5%Language:Dockerfile 0.3%