Cobbled-paths

From creative crowd wiki
Revision as of 20:00, 25 September 2024 by Simoon (talk | contribs) (Created page with "``Wednesday September 25th`` Goal: Install https://gitlab.constantvzw.org/osp/tools.cobbled-paths on CC First remembering the documentation at: https://hub.vvvvvvaria.org/rosa/pads/rosa-log.raw.html Make a "cobbler" user on the server to run cobbled-paths with this user. In this way we can restrict the access of this user to the rest of the server. It's a way to make sure that the pads in octomode cannot be used to write code in a specific way, that it can be executed...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

``Wednesday September 25th``

Goal: Install https://gitlab.constantvzw.org/osp/tools.cobbled-paths on CC

First remembering the documentation at: https://hub.vvvvvvaria.org/rosa/pads/rosa-log.raw.html

Make a "cobbler" user on the server to run cobbled-paths with this user. In this way we can restrict the access of this user to the rest of the server. It's a way to make sure that the pads in octomode cannot be used to write code in a specific way, that it can be executed on the server.

$ useradd --system --no-create-home --shell=/sbin/nologin cobbler

in /var/www/html/tools.cobbled-paths

$ chown -R octomode:www-data .
$ chmod -R g+rw
$ sudo mv /home/simon/.cargo/bin/* /usr/bin
$ sudo mv /home/simoon/.local/bin/* /usr/bin
$ sudo apt install rustc

$ sudo cargo install svgbob_cli

failed to parse the edition key