Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 372 Bytes

Server.md

File metadata and controls

10 lines (6 loc) · 372 Bytes

Graffiti requires a Python server to proxy between the various IDE you use and the web UI. It can either run in a single-user mode on your computer, or in a multi-user mode on a server.

Single user setup

  • Python 3.7+
  • Run the server: python3 graffiti_v{version}_server.pyz

Multi user setup

  • Same as single user setup, but run with --multi-user-mode flag.