Commit Graph

5 Commits

Author SHA1 Message Date
T. Joseph Carter
aaea9245de All scripts now run from source dir
Legacy code in the remaining scripts to have them run from the website
using a2sDevel detection has been purged.  That doesn't mean everything
now runs locally always—that's going to require a finer pick through the
code I haven't done yet.  This is a start though, and doing it found a
couple of bugs I've managed to fix already.
2018-04-11 06:59:48 -07:00
T. Joseph Carter
7aae31fda7 Rename setup/index.txt to setup/ivan.sh
Don't put this commit into production, it breaks the one-command web
install from Ivan's website!

Basically by renaming index.txt to ivan.sh we can replace that script
with something like the new update script that basically tells you not
to install a2server that way anymore.  The next commit will have the new
script that does that, but git doesn't realize the new script is a
complete rewrite without at least one commit where the file changes name
but doesn't disappear to track the renamed object.
2018-04-10 22:08:43 -07:00
T. Joseph Carter
cb7b429927 Make install.sh work if run outside its path 2018-04-10 19:23:47 -07:00
T. Joseph Carter
099eccd9da Pass args to install.sh on to setup/index.txt 2018-04-10 06:31:35 -07:00
T. Joseph Carter
14058b1990 Add worthless (but usable) install.sh
If you're installing a2server out of the source directory (eventually to
become basically the way you do it), this script is going to become the
way you do that.  For now it just runs setup/index.txt.  As we go
through things, we'll move them out of the existing scripts and into a
more modern/modular layout.
2018-04-10 03:36:00 -07:00