An online landscape, built as a tool to explore the many aspects of the human voice. https://voicegardens.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Luke Murphy 8cc7b55f49
Add local fixed archive copying
4 years ago
bin Clear archives too 4 years ago
media Make a stab at kick starting the repository 4 years ago
voicegardens Only generate one shape 4 years ago
.gitignore Ignore the fixed archive too 4 years ago
LICENSE.txt Add license file 4 years ago
README.md Top line that top line 4 years ago
fabfile.py Enable copying 4 years ago
makefile Add local fixed archive copying 4 years ago
requirements.txt Make a few moves towards getting this to deploy 4 years ago

README.md

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