]>
BookStack Code Mirror - devops/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
jrucker2004 [Sat, 11 May 2019 01:08:52 +0000 (18:08 -0700)]
adding php7.2 to list of things to install
I ran into a lot of problems using this script. After running through it manually, and installing php7.2 when I noticed it wasn't included in the list, everything worked fine.
Dan Brown [Mon, 24 Dec 2018 15:06:55 +0000 (15:06 +0000)]
Added extra comments to install script
Dan Brown [Mon, 24 Dec 2018 15:04:50 +0000 (15:04 +0000)]
Merge pull request #15 from aaronstuder/patch-1
Allow passing domain as argument
Dan Brown [Mon, 24 Dec 2018 14:44:09 +0000 (14:44 +0000)]
Merge pull request #18 from jantari/patch-1
fixed multiple packages not being found
jantari [Fri, 21 Dec 2018 13:29:40 +0000 (14:29 +0100)]
fixed multiple packages not being found
The script as it was would error out and not find installation candidates for many of the packages, such as "php7.2-fpm".
This is because on Ubuntu 18.04, the universe repo is not enabled by default. We have to enable it to get access to these packages.
aaronstuder [Wed, 7 Nov 2018 22:47:07 +0000 (17:47 -0500)]
Update installation-ubuntu-18.04.sh
Allows passing the domain as an argument. If missing asked as it did before.
Dan Brown [Sat, 19 May 2018 19:30:47 +0000 (20:30 +0100)]
Added ubuntu 18.04 install script
Closes #12
Dan Brown [Mon, 19 Feb 2018 18:57:05 +0000 (18:57 +0000)]
Merge pull request #11 from deltamike-x/patch-1
Update installation-ubuntu-16.04.sh
deltamike-x [Tue, 16 Jan 2018 05:51:24 +0000 (22:51 -0700)]
Update installation-ubuntu-16.04.sh
Grammar fixes.
Dan Brown [Fri, 15 Dec 2017 18:38:52 +0000 (18:38 +0000)]
Merge pull request #7 from raulnor516/patch-1
Update installation-ubuntu-16.04.sh
Dan Brown [Fri, 15 Dec 2017 18:38:27 +0000 (18:38 +0000)]
Added gitignore
raulnor516 [Sat, 30 Sep 2017 20:52:06 +0000 (15:52 -0500)]
Update installation-ubuntu-16.04.sh
Changed php7.0 to php7.0-fpm so that it stops installing apache2 and related programs, breaking the script.
Dan Brown [Sat, 4 Mar 2017 09:15:45 +0000 (09:15 +0000)]
Merge pull request #5 from rrzaripov/add-vagrant
Add Vagrant support for up and run BookStack
Dan Brown [Sat, 4 Mar 2017 08:53:55 +0000 (08:53 +0000)]
Added force to installation script keygen.
Closes #6.
Fixes BookStackApp/BookStack#333.
Renat Zaripov [Mon, 24 Oct 2016 19:37:39 +0000 (22:37 +0300)]
Replace with actual Vagrantfile
Dan Brown [Mon, 24 Oct 2016 18:56:06 +0000 (19:56 +0100)]
Merge pull request #3 from rrzaripov/use-curl-for-downloading-composer
Use curl for download composer installer
Dan Brown [Mon, 24 Oct 2016 18:53:45 +0000 (19:53 +0100)]
Merge pull request #2 from BajanPro/patch-1
Update installation-ubuntu-16.04.sh
Renat Zaripov [Sun, 23 Oct 2016 18:04:14 +0000 (21:04 +0300)]
Add Vagrant support for up and run BookStack
Renat Zaripov [Tue, 11 Oct 2016 08:45:01 +0000 (11:45 +0300)]
Use curl for download composer installer
Russell Lewis [Fri, 30 Sep 2016 14:43:48 +0000 (10:43 -0400)]
Update installation-ubuntu-16.04.sh
- Removed the default nginx site during install, for ease of use.
- Added info for accessing the BookStack instance in the post-install notes.
Dan Brown [Tue, 20 Sep 2016 17:45:36 +0000 (18:45 +0100)]
Updated ubuntu-16.04 script with curl requirement
Closes #1
Dan Brown [Mon, 8 Aug 2016 20:20:48 +0000 (21:20 +0100)]
Completed install script and added comments
Dan Brown [Mon, 8 Aug 2016 19:44:01 +0000 (20:44 +0100)]
Create nginx
Dan Brown [Mon, 8 Aug 2016 19:35:37 +0000 (20:35 +0100)]
Create installation-ubuntu-16.04.sh
Dan Brown [Mon, 8 Aug 2016 19:30:16 +0000 (20:30 +0100)]
Initial commit