mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-03 01:22:02 +01:00
Folder structure on server
This commit is contained in:
parent
451492112b
commit
7be2220de7
@ -16,7 +16,7 @@ of the website. Note that the webserver (apache) presents many more apparent fol
|
|||||||
<p>In the list below only the <var>handbook</var> folder has been expanded. The <var>years</var> folder includes
|
<p>In the list below only the <var>handbook</var> folder has been expanded. The <var>years</var> folder includes
|
||||||
42 subfolders from <var>1976</var> to <var>2019</var>.
|
42 subfolders from <var>1976</var> to <var>2019</var>.
|
||||||
<code><textarea id="folders" rows="30" cols="30">
|
<code><textarea id="folders" rows="30" cols="30">
|
||||||
.
|
expoweb (repo)
|
||||||
├── 1623
|
├── 1623
|
||||||
├── 1626
|
├── 1626
|
||||||
├── cave_data
|
├── cave_data
|
||||||
@ -67,7 +67,271 @@ of the website. Note that the webserver (apache) presents many more apparent fol
|
|||||||
<li>boe
|
<li>boe
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>[2020-05-03] <em>To be written...</em>
|
|
||||||
|
<p>The folder structure on the server is as shown below. It is all
|
||||||
|
in the user folder for the user <var>expo</var> i.e. in
|
||||||
|
<br>/home/user/expo:
|
||||||
|
<code><textarea id="folders" rows="30" cols="40">
|
||||||
|
expo
|
||||||
|
├── boe
|
||||||
|
│ └── ...
|
||||||
|
├── cuccfiles
|
||||||
|
│ └── ...
|
||||||
|
├── loser (repo)
|
||||||
|
│ ├── caves
|
||||||
|
│ ├── caves-1623
|
||||||
|
│ ├── caves-1624
|
||||||
|
│ ├── caves-1626
|
||||||
|
│ ├── caves-1627
|
||||||
|
│ ├── docs
|
||||||
|
│ ├── fixedpts
|
||||||
|
│ ├── gpx
|
||||||
|
│ ├── kataster
|
||||||
|
│ ├── qms
|
||||||
|
│ ├── routes
|
||||||
|
│ ├── surface
|
||||||
|
│ └── template
|
||||||
|
├── drawings (repo)
|
||||||
|
│ ├── 107
|
||||||
|
│ ├── 161
|
||||||
|
│ ├── 2010-03
|
||||||
|
│ ├── 2011-01
|
||||||
|
│ ├── 2014-ms-14
|
||||||
|
│ ├── 2014-neo-01
|
||||||
|
│ ├── 2014-sd-01
|
||||||
|
│ ├── 2015-mf-06 Purple Lupin Cave
|
||||||
|
│ ├── 2017-cucc-23
|
||||||
|
│ ├── 2017-cucc-24
|
||||||
|
│ ├── 2017-cucc-28
|
||||||
|
│ ├── 2017-gmh
|
||||||
|
│ ├── 2017-pw-01
|
||||||
|
│ ├── 204
|
||||||
|
│ ├── 234
|
||||||
|
│ ├── 264-and-258
|
||||||
|
│ ├── minorCavesNear204
|
||||||
|
│ ├── oldframes
|
||||||
|
│ ├── oldframes2016
|
||||||
|
│ ├── styles
|
||||||
|
│ └── therion
|
||||||
|
├── expoweb (repo)
|
||||||
|
│ └── [see above]
|
||||||
|
├── troggle (repo)
|
||||||
|
│ ├── core
|
||||||
|
│ ├── debian
|
||||||
|
│ ├── docker
|
||||||
|
│ ├── docsEtc
|
||||||
|
│ ├── export
|
||||||
|
│ ├── flatpages
|
||||||
|
│ ├── helper
|
||||||
|
│ ├── imagekit
|
||||||
|
│ ├── media
|
||||||
|
│ ├── parsers
|
||||||
|
│ ├── profiles
|
||||||
|
│ ├── templates
|
||||||
|
│ └── wiki
|
||||||
|
├── static
|
||||||
|
│ └── ...
|
||||||
|
├── repositories
|
||||||
|
│ ├── cvs
|
||||||
|
│ ├── git
|
||||||
|
│ └── hg
|
||||||
|
├── expofiles
|
||||||
|
│ └── ...
|
||||||
|
├── expofiles-private
|
||||||
|
│ └── ...
|
||||||
|
└── webphotos
|
||||||
|
└── ...</textarea></code>
|
||||||
|
|
||||||
|
<p><var>expofiles</var> contains many important folders:
|
||||||
|
|
||||||
|
<code><textarea id="folders" rows="30" cols="40">
|
||||||
|
expofiles
|
||||||
|
├── accounts
|
||||||
|
│ ├── 2016
|
||||||
|
│ ├── 2017
|
||||||
|
│ ├── misery
|
||||||
|
│ └── policy
|
||||||
|
├── aerial_photos
|
||||||
|
├── defaults
|
||||||
|
├── documents
|
||||||
|
│ ├── 2014kataster_applications
|
||||||
|
│ ├── 2020-expo-planning
|
||||||
|
│ ├── DistoX
|
||||||
|
│ ├── GPF
|
||||||
|
│ ├── SAP
|
||||||
|
│ ├── austria-1984
|
||||||
|
│ ├── bierbook
|
||||||
|
│ ├── cave_science_articles
|
||||||
|
│ ├── excursions2018
|
||||||
|
│ ├── grants
|
||||||
|
│ ├── hardware
|
||||||
|
│ ├── proc.ubss
|
||||||
|
│ ├── surveying
|
||||||
|
│ ├── troggle
|
||||||
|
│ ├── tshirts
|
||||||
|
│ └── website-link-checks
|
||||||
|
├── geotiffsurveys
|
||||||
|
│ └── qgis-examples
|
||||||
|
├── geotiffsurveys_backup
|
||||||
|
│ └── qgis-examples
|
||||||
|
├── gpslogs
|
||||||
|
│ ├── 2017
|
||||||
|
│ ├── 2018
|
||||||
|
│ ├── 2019
|
||||||
|
│ ├── OpenStreetMap
|
||||||
|
│ └── essentials
|
||||||
|
├── location_maps
|
||||||
|
├── photos
|
||||||
|
│ ├── 1978
|
||||||
|
│ ├── 1981
|
||||||
|
│ ├── 1982
|
||||||
|
│ ├── 1983
|
||||||
|
│ ├── 1997
|
||||||
|
│ ├── 1999
|
||||||
|
│ ├── 2004
|
||||||
|
│ ├── 2005
|
||||||
|
│ ├── 2007
|
||||||
|
│ ├── 2008
|
||||||
|
│ ├── 2009
|
||||||
|
│ ├── 2010
|
||||||
|
│ ├── 2011
|
||||||
|
│ ├── 2012
|
||||||
|
│ ├── 2013
|
||||||
|
│ ├── 2014
|
||||||
|
│ ├── 2015
|
||||||
|
│ ├── 2016
|
||||||
|
│ ├── 2017
|
||||||
|
│ ├── 2018
|
||||||
|
│ ├── 2019
|
||||||
|
│ ├── OriginalPhotoCD-png
|
||||||
|
│ ├── WinklerChapterPhotos
|
||||||
|
│ └── kletteratlas
|
||||||
|
├── presentations
|
||||||
|
│ ├── CroatiaTrip2019
|
||||||
|
│ ├── HiddenEarth
|
||||||
|
│ ├── SpeleoAustria
|
||||||
|
│ ├── location_maps
|
||||||
|
│ ├── misc_2018-2019
|
||||||
|
│ └── test3js
|
||||||
|
├── qgis_projects
|
||||||
|
├── qgis_resources
|
||||||
|
│ ├── centreline-data
|
||||||
|
│ ├── country_borders
|
||||||
|
│ └── terrain
|
||||||
|
├── rigging_topos
|
||||||
|
│ ├── 107
|
||||||
|
│ ├── 204
|
||||||
|
│ ├── 258
|
||||||
|
│ ├── 264
|
||||||
|
│ ├── 76
|
||||||
|
│ ├── rigging-guides-found-in-hut-2019
|
||||||
|
│ └── rigging_topos2017-18
|
||||||
|
├── surveys
|
||||||
|
│ ├── 107
|
||||||
|
│ ├── 148
|
||||||
|
│ ├── 161
|
||||||
|
│ ├── 1987-02
|
||||||
|
│ ├── 2004-01
|
||||||
|
│ ├── 2004-03
|
||||||
|
│ ├── 2007-71
|
||||||
|
│ ├── 204
|
||||||
|
│ ├── 234
|
||||||
|
│ ├── 258
|
||||||
|
│ ├── 258_and_264
|
||||||
|
│ ├── 264
|
||||||
|
│ ├── 267
|
||||||
|
│ ├── 271
|
||||||
|
│ ├── 40
|
||||||
|
│ ├── 76
|
||||||
|
│ ├── drafts
|
||||||
|
│ ├── junk
|
||||||
|
│ ├── minisurveys2012
|
||||||
|
│ ├── minisurveys2014
|
||||||
|
│ ├── minisurveys2016
|
||||||
|
│ ├── minisurveys2017
|
||||||
|
│ ├── minisurveys2018
|
||||||
|
│ ├── overview
|
||||||
|
│ ├── smkhs
|
||||||
|
│ └── tunnocks
|
||||||
|
├── surveyscans
|
||||||
|
│ ├── 1975
|
||||||
|
│ ├── 1983
|
||||||
|
│ ├── 1984
|
||||||
|
│ ├── 1989LUSS
|
||||||
|
│ ├── 1989surveybook
|
||||||
|
│ ├── 1991surveybook
|
||||||
|
│ ├── 1992-94Surveybookkh
|
||||||
|
│ ├── 1994
|
||||||
|
│ ├── 1995-96kh
|
||||||
|
│ ├── 1996-1999NotKHbook
|
||||||
|
│ ├── 1997-99kh
|
||||||
|
│ ├── 1999
|
||||||
|
│ ├── 2000
|
||||||
|
│ ├── 2001
|
||||||
|
│ ├── 2002
|
||||||
|
│ ├── 2003
|
||||||
|
│ ├── 2004
|
||||||
|
│ ├── 2005
|
||||||
|
│ ├── 2006
|
||||||
|
│ ├── 2007
|
||||||
|
│ ├── 2008
|
||||||
|
│ ├── 2009
|
||||||
|
│ ├── 2010
|
||||||
|
│ ├── 2011
|
||||||
|
│ ├── 2012
|
||||||
|
│ ├── 2013
|
||||||
|
│ ├── 2014
|
||||||
|
│ ├── 2015
|
||||||
|
│ ├── 2016
|
||||||
|
│ ├── 2017
|
||||||
|
│ ├── 2018
|
||||||
|
│ ├── 2019
|
||||||
|
│ ├── 2020
|
||||||
|
│ └── 90Surveybookkh
|
||||||
|
├── terrain
|
||||||
|
├── training-info
|
||||||
|
├── tunnelwiki
|
||||||
|
│ ├── pdf
|
||||||
|
│ ├── skins
|
||||||
|
│ ├── training-info
|
||||||
|
│ ├── uploads
|
||||||
|
│ └── wiki
|
||||||
|
├── unidentified_scripts
|
||||||
|
├── uploads
|
||||||
|
├── video
|
||||||
|
│ ├── 2004
|
||||||
|
│ ├── 2007
|
||||||
|
│ ├── 2009
|
||||||
|
│ ├── 2010
|
||||||
|
│ ├── 2011
|
||||||
|
│ ├── 2012
|
||||||
|
│ ├── 2013
|
||||||
|
│ ├── 2014
|
||||||
|
│ ├── 2016
|
||||||
|
│ ├── 2017
|
||||||
|
│ ├── 2018
|
||||||
|
│ └── 2019
|
||||||
|
└── writeups
|
||||||
|
├── 1992
|
||||||
|
├── 1993
|
||||||
|
├── 1994
|
||||||
|
├── 1999
|
||||||
|
├── 2000
|
||||||
|
├── 2003
|
||||||
|
├── 2007
|
||||||
|
├── 2008
|
||||||
|
├── 2009
|
||||||
|
├── 2010
|
||||||
|
├── 2011
|
||||||
|
├── 2012
|
||||||
|
├── 2013
|
||||||
|
├── 2014
|
||||||
|
├── 2015
|
||||||
|
├── 2016
|
||||||
|
├── 2017
|
||||||
|
├── 2018
|
||||||
|
├── 2019
|
||||||
|
└── 2020</textarea></code>
|
||||||
|
|
||||||
<h3>cron</h3>
|
<h3>cron</h3>
|
||||||
<p>The server runs it's hourly, daily and weekly scripts using the anacron system. In
|
<p>The server runs it's hourly, daily and weekly scripts using the anacron system. In
|
||||||
@ -88,12 +352,12 @@ Installed by Wookey in May 2020.
|
|||||||
#bank of expo
|
#bank of expo
|
||||||
#current expedition
|
#current expedition
|
||||||
ScriptAlias /boe /home/expo/boe/boc/boc.pl
|
ScriptAlias /boe /home/expo/boe/boc/boc.pl
|
||||||
<Directory /home/expo/boe/boc>
|
<Directory /home/expo/boe/boc>
|
||||||
AddHandler cgi-script .pl
|
AddHandler cgi-script .pl
|
||||||
SetHandler cgi-script
|
SetHandler cgi-script
|
||||||
Options +ExecCGI
|
Options +ExecCGI
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory></pre>
|
</Directory></pre>
|
||||||
</code> in <var>~expo/config/apache/expo.conf</var>.
|
</code> in <var>~expo/config/apache/expo.conf</var>.
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user