Install script for the Vegvisir web framework.
Find a file
vlw 0f23cf1e16 fix(nit): fixed typo in install.sh (#3)
Reviewed-on: https://codeberg.org/vegvisir/install/pulls/3
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2025-03-11 07:33:57 +00:00
install.sh fix(nit): fixed typo in install.sh (#3) 2025-03-11 07:33:57 +00:00
README.md fix(doc): add new install URL to README 2025-03-05 11:06:36 +00:00

Vegvisir installer

This script will automatically install and configure Vegvisir from in a fresh git repository.

Important

The script will only run on Linux environments with coreutils installed (for now).

Get started

  1. Create a repository for your website
  2. Run this command from the root directory of your local repository
curl -fsSL https://href.vlw.se/vegvisir/install | bash