An online landscape, built as a tool to explore the many aspects of the human voice. https://voicegardens.org
Go to file
2019-12-21 18:49:53 +07:00
media Make a stab at kick starting the repository 2019-12-11 16:00:55 +07:00
venv Rename to use the right name (woops) 2019-12-21 18:49:53 +07:00
voicegardens Rename to use the right name (woops) 2019-12-21 18:49:53 +07:00
.gitignore Don't track the archive folder 2019-12-21 16:24:24 +07:00
makefile Rename to use the right name (woops) 2019-12-21 18:49:53 +07:00
README.md Rename to use the right name (woops) 2019-12-21 18:49:53 +07:00
requirements.txt Make a few moves towards getting this to deploy 2019-12-21 17:46:27 +07:00

voicegardens

@ Interwebz

Meanwhile, in the padiverse

Doodle Doodle Doo

Hackity Hack Hack

Please note, these commands were run on a Debian Stretch system.

Install packed lunch

$ sudo apt install -y make git

Get your discount source code

$ git clone ssh://gitea@vvvvvvaria.org:12345/varia/voicegardens.git
$ cd voicegardens

Do the Python dance

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

Run the server

$ make dev-serve

Deploy the site

$ make test-deploy  # https://doesitsparkjoy.voicegardens.org
$ make prod-deploy  # https://voicegardens.org

Layers of the Onion

License

TBD.