Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
cbe5316
Adding script customizations.
rattfieldnz Nov 20, 2017
a4c5098
Added .gitignore file.
rattfieldnz Nov 20, 2017
6431a80
Modified readme to reflect newer version of Ubuntu.
rattfieldnz Nov 20, 2017
0353d11
Commented out NFS block - encountered some performance issues on Win …
rattfieldnz Nov 20, 2017
0ad1ac0
Updating scripts to reflect newer ubuntu version (ubuntu/xenial64) an…
rattfieldnz Nov 21, 2017
61a2a70
Updating scripts during troubleshooting of NVM and other installations.
rattfieldnz Nov 21, 2017
5298f7b
Updating scripts during troubleshooting of NVM installation.
rattfieldnz Nov 21, 2017
8c8a05f
Updating scripts during troubleshooting of NVM installation.
rattfieldnz Nov 21, 2017
eff1846
Updating scripts during troubleshooting of NVM installation.
rattfieldnz Nov 21, 2017
510f90b
Updating scripts during troubleshooting of NVM installation.
rattfieldnz Nov 21, 2017
b604176
Updating scripts during troubleshooting of NVM installation.
rattfieldnz Nov 22, 2017
b5f083a
Debugging errors in MongoDB installation (update with more recent det…
rattfieldnz Nov 22, 2017
d482b63
Troubleshooting Laravel and Symfony test projects, and phpMyAdmin ins…
rattfieldnz Nov 22, 2017
f4f487d
Troubleshooting phpMyAdmin and Laravel/Symfony test installs/setups.
rattfieldnz Nov 22, 2017
f7332fc
Working on MongoDB driver issues, changing sync folder.
rattfieldnz Nov 22, 2017
4553a7c
Adding back implementation for xip.io, tidying up scripts, debugging …
rattfieldnz Nov 22, 2017
ff32c92
Troubleshooting test Laravel/Symfony projects, and custom projects in…
rattfieldnz Nov 22, 2017
884d188
Adding extra checking in laravel.sh test project script.
rattfieldnz Nov 22, 2017
2612bac
Change default Laravel test project version.
rattfieldnz Nov 22, 2017
b45569d
Troubleshooting custom projects in 'scripts/projects'.
rattfieldnz Nov 22, 2017
49c50c0
Removing custom project setup from Vagrantfile - think of dev/user fr…
rattfieldnz Nov 23, 2017
21dc404
Debugging changes in test Laravel and Symfony projects.
rattfieldnz Nov 23, 2017
6875d34
Debugging changes in test Laravel and Symfony projects.
rattfieldnz Nov 23, 2017
2b38fdf
Fixed minor bug in Redis auto-installation, added scripts/projects fo…
rattfieldnz Jan 10, 2018
630dff4
Convert tabs to 4 spaces in scripts/redis.sh.
rattfieldnz Jan 10, 2018
bb26da1
Converted tabs to 4 spaces.
rattfieldnz Jan 10, 2018
8c44068
Correcting syntax error in Vagrantfile.
rattfieldnz Jan 10, 2018
c69329f
Enable mod headers for Apache2 install/configuration.
rattfieldnz Jan 10, 2018
b3d918e
Updating versions for global Composer packages.
rattfieldnz Feb 26, 2018
47484fc
Updated scripts.
rattfieldnz Jan 12, 2019
5a78a33
Updated scripts.
rattfieldnz Jan 12, 2019
63af03b
Updating install scripts.
rattfieldnz Oct 14, 2019
778fbaf
Minor improvements.
rattfieldnz Jan 26, 2021
f60aa70
Minor improvements.
rattfieldnz Jan 26, 2021
853f9b4
Minor improvements.
rattfieldnz Jan 26, 2021
b28a36d
Minor improvements.
rattfieldnz Jan 26, 2021
2dfad71
Minor improvements.
rattfieldnz Jan 26, 2021
c0ac97e
Minor improvements.
rattfieldnz Jan 26, 2021
a24919d
Minor improvements.
rattfieldnz Jan 26, 2021
a96696d
Minor improvements.
rattfieldnz Jan 26, 2021
5266224
Minor improvements.
rattfieldnz Jan 26, 2021
843fc4f
Minor improvements.
rattfieldnz Jan 26, 2021
f8b6910
Minor improvements.
rattfieldnz Jan 26, 2021
dcdbf1e
Minor improvements.
rattfieldnz Jan 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
notes.md
.vagrant
play
*.log
scripts/projects
code/*

# editor backup files
*~
Loading