Browse Source

Final edits for now

biotorrents 4 years ago
parent
commit
23b99bbb4e
1 changed files with 13 additions and 4 deletions
  1. 13
    4
      docs/install.md

+ 13
- 4
docs/install.md View File

34
 This section is done as root.
34
 This section is done as root.
35
 If you're in a user shell, preface commands with `sudo`.
35
 If you're in a user shell, preface commands with `sudo`.
36
 
36
 
37
-## Upgrading to Debian unstable
37
+## Upgrading to Debian Sid
38
 
38
 
39
 Install the most recent
39
 Install the most recent
40
 [Debian netinst image](https://www.debian.org/CD/netinst/)
40
 [Debian netinst image](https://www.debian.org/CD/netinst/)
299
 
299
 
300
 ## Gazelle
300
 ## Gazelle
301
 
301
 
302
+Please use the
303
+[biotorrents/gazelle development branch](https://github.com/biotorrents/gazelle/tree/development)
304
+to grab the current working copy:
305
+
306
+```shell
307
+git clone --branch development https://github.com/biotorrents/gazelle.git
308
+git push origin development
309
+```
310
+
302
 First create the necessary files and folders.
311
 First create the necessary files and folders.
303
 Note that locations are arbitrary and may be one of:
312
 Note that locations are arbitrary and may be one of:
304
 home folder, subfolder of `/var/www`, etc.
313
 home folder, subfolder of `/var/www`, etc.
344
 
353
 
345
 Note the separate production and development values and the possibility of duplicate definitions.
354
 Note the separate production and development values and the possibility of duplicate definitions.
346
 BioTorrents.de uses a singleton class with extended recursive ArrayObject support invoked by
355
 BioTorrents.de uses a singleton class with extended recursive ArrayObject support invoked by
347
-[$ENV = ENV::go()](https://github.com/biotorrents/gazelle/blob/development/classes/env.class.php).
356
+[`$ENV = ENV::go()`](https://github.com/biotorrents/gazelle/blob/development/classes/env.class.php).
348
 
357
 
349
 There are some other values to set up.
358
 There are some other values to set up.
350
 Please pay attention to these values that Gazelle needs for proper function:
359
 Please pay attention to these values that Gazelle needs for proper function:
473
 | Transmission 3.xy | `-TR3`  |
482
 | Transmission 3.xy | `-TR3`  |
474
 
483
 
475
 Most of the Toolbox pages don't write to the database and all of them should work.
484
 Most of the Toolbox pages don't write to the database and all of them should work.
476
-For more BitTorrents info see
485
+For more BitTorrent info see
477
 [Calomel's rTorrent hacking guide](https://calomel.org/rtorrent_mods.html).
486
 [Calomel's rTorrent hacking guide](https://calomel.org/rtorrent_mods.html).
478
 
487
 
479
-## Building this documentation
488
+## Building these docs
480
 
489
 
481
 [biotorrents/documentation](https://github.com/biotorrents/documentation)
490
 [biotorrents/documentation](https://github.com/biotorrents/documentation)
482
 has the Mkdocs source code.
491
 has the Mkdocs source code.

Loading…
Cancel
Save