Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
/ Colahacks Public archive

Browser for git repositories and interactive compilation

Notifications You must be signed in to change notification settings

jyn514/Colahacks

Repository files navigation

Dependencies

  • php
  • python3
  • pygments
  • zip and unzip

Running

Temporarily

php -t . -S localhost:<port>

Permanently

ln -s -t /var/www/html *
sudo service apache3 start

Directory structure

WARNING: THIS VERSION IS VERY INSECURE, YOU SHOULD NOT USE THIS ON NETWORK CONNECTED DEVICES DUE TO THE POSSIBILITY OF ACCESS OF STORAGE DEVICE THROUGH THE WEB INTERFACE

/var/www/html
|
|-snaps/
| |
| | - timestamp1
|     | - code.html
|     | - output.html
|
|-zip/
  |-timestamp1.zip
  |-timestamp/
    |- src