An online landscape, built as a tool to explore the many aspects of the human voice. https://voicegardens.org
Go to file
2020-02-15 19:59:21 +01:00
bin Clear archives too 2020-02-14 13:01:45 +01:00
media Make a stab at kick starting the repository 2019-12-11 16:00:55 +07:00
voicegardens Stick with one bg colour 2020-02-15 19:59:21 +01:00
.gitignore Ignore the fixed archive too 2020-02-15 10:32:19 +01:00
fabfile.py Enable copying 2020-02-14 12:58:27 +01:00
LICENSE.txt Add license file 2020-02-11 16:34:34 +01:00
makefile Disable fixed archiving for now 2020-02-11 15:52:25 +01:00
README.md Top line that top line 2020-02-11 16:38:29 +01:00
requirements.txt Make a few moves towards getting this to deploy 2019-12-21 17:46:27 +07:00

voicegardens

An online landscape, built as a tool to explore the many aspects of the human voice.

Interwebz

Hackity Hack Hack

$ sudo apt install -y make git
$ git clone ssh://gitea@vvvvvvaria.org:12345/varia/voicegardens.git
$ cd voicegardens
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ make dev-serve

Deploying

You can add the following to your SSH configuration:

Host voicegardens.org
  Hostname voicegardens.org
  User voicegardens
  Port 12345
  IdentityFile ~/.ssh/my-ssh-secret-key-file

(Where you should replace "my-ssh-secret-key-file" with the real filename.)

Make sure you can SSH into the server.

$ ssh voicegardens.org
$ sudo -i  # you have root access too

Then it's possible to release the site with the following targets.

$ make doesitsparkjoy  # https://doesitsparkjoy.voicegardens.org
$ make voicegardens  # https://voicegardens.org

Layers of the Onion

License