aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Properly source require.shMatthias Baur2019-03-121-3/+7
| | | | Fixes #3571.
* Allow optional --ignore-root-warningMartin Trigaux2019-02-141-4/+11
| | | | | | | | | | | | Now both ./install prod --ignore-root-warning ./install --ignore-root-warning prod will work $1 was both used for the environment and the root flag Fixes wallabag/wallabag#3884
* Merge pull request #3733 from Deuchnord/root-abort-updateKevin Decherf2018-10-171-0/+14
|\ | | | | Abort running install and update script if root
| * Added argument to ignore the warning.Jérôme Deuchnord2018-10-161-1/+9
| |
| * Abort running install and update script if root (closes #3590)Jérôme Deuchnord2018-10-061-0/+6
| |
* | Makefile fixes for non GNU systemsOlivier Mehani2018-08-181-0/+0
|/ | | | | | | | * Move `Makefile` to `GNUmakefile`, which GNU `make` picks first * Add `Makefile` so other `make`s forward to `gmake` * Set the `SHELL` variable and let `make` handle the shell Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* fix path for in install scriptsFoxMaSk2016-10-301-1/+1
|
* fix path for in install scriptsFoxMaSk2016-10-301-3/+3
|
* Usage of composer.phar if it's foundNicolas Lœuillet2016-10-271-1/+3
|
* Added require.sh to check if composer is installedNicolas Lœuillet2016-10-271-1/+3
|
* Added a check in Makefile to see if composer is installedNicolas Lœuillet2016-10-241-0/+2
| | | | Fix #2498
* Update documentationNicolas Lœuillet2016-10-101-0/+2
|
* Created scripts folder to store update/install/release processNicolas Lœuillet2016-10-091-0/+8