diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-07-17 19:05:22 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-07-17 19:05:22 +0300 |
commit | 33d279b95a2a8b3d8d0ac713eea8f83b9a569833 (patch) | |
tree | abb53d9ef1ef9d994dcee2c2a97aac1899fa0c0e /_deploy/readme.txt | |
parent | f8faf6c2ba327e0ede1a7d2ca21827f9ad5f485a (diff) | |
download | troggle-33d279b95a2a8b3d8d0ac713eea8f83b9a569833.tar.gz troggle-33d279b95a2a8b3d8d0ac713eea8f83b9a569833.tar.bz2 troggle-33d279b95a2a8b3d8d0ac713eea8f83b9a569833.zip |
rearrange variant debian, ubuntu dev environemnts
Diffstat (limited to '_deploy/readme.txt')
-rw-r--r-- | _deploy/readme.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/_deploy/readme.txt b/_deploy/readme.txt new file mode 100644 index 0000000..0986324 --- /dev/null +++ b/_deploy/readme.txt @@ -0,0 +1,18 @@ +2023-07-17 Philip Sargent
+
+Trying to sort out configurations as we got into a bit of a mess on
+Expo in the last couple of weeks with two (notionally identical Debian
+Bullseye) expo laptops Crowley (which has local troggle installed and
+can run locally) and Aziraphale (has local copy of troggle repo but is
+not configured to run locally), Martin Green's laptop (Ubuntu 22.04.2),
+Philip's Barbie laptop Ubuntu 22.04.3). And of course the server itself
+expo.survex.com which is running Debian Bullseye. But most development
+recently had been done on Philip's two other machines, desktop and PC,
+both running Ubuntu on WSL on Windows and both using venv environments,
+which Crowley also does.
+
+- settings.py
+is common to all configurations,
+but these are all different:
+- localsettings.py
+- requirements.txt
\ No newline at end of file |