Releases: cpriego/valet-linux
Fixed Nginx installation issue
- Fixed installation command order to prevent failure when there is no nginx service to stop
- Fixed nginx test accordingly
- Cleaned up
valet linksoutput - Deleted an unnecesary line in the readme
Valet Linux
This is the first version to allow installation in distros other than Ubuntu. Thanks to the contributions of @TheNodi we are now able to run Valet Linux in Fedora and, I hope, other RPM-based distros. Everything have been set to easily support other package and service managers. The repo has been renamed to reflect this change.
2.0.2 at December 12, 2016
- Decrease minimal Ubuntu version to 14.04 (as we no longer depend on systemd)
- We now take advantage of the default config and folder structures of the Ubuntu versions of Nginx and PHP-FPM:
- Instead of rewriting all of PHP-FPM config we take advange of pools (pool.d folder)
- Instead of rewriting nginx.conf with all those radical changes, we simply include a new folder and change the user it is run as, that way it shouldn't break any previously configured sites.
2.0.1 at December 11, 2016
- Bump version
- Changed web server from Caddy to Nginx
- Merge all improvements from Laravel Valet 2.0
- Fix Travis CI
1.1.16 at June 21, 2016
1.1.15 at June 12, 2016
Fixed a problem where Valet for Ubuntu was not creating the simlink to /usr/local/bin nor the correct sudoers entry.
1.1.14 at June 7, 2016
Fixed:
- Ngrok
- Secure/Unsecure site
- Dependency installation
1.1.13 at June 6, 2016
Merged various changes since forking laravel/valet like:
- Adding many new drivers
- Fixed some typos
- Fixed some tests
- Fix some bugs with the
valet linkcommand - Support for changing Ngrok region
First Stable Release
OS: Xenial (16.04).
Untested (but should work with) OS: Vivid (15.04), Wily (15.10)
After lots of work and fighting with the conversion of OSX daemon plist to systemd service file and its numerous options I was finally able to make Valet work in Ubuntu Xenial.
The only hard dependencies are systemd and apt-get.