FriendsOfCake / vagrant-chef

a vagrant installation with all the necessary chef cookbooks to run a basic cakephp application
120 stars 43 forks source link

Use Ubuntu 16.04 instead of 14.04 #60

Closed HarderWork closed 7 years ago

HarderWork commented 7 years ago

Better dev/prod parity against the new Heroku-16 stack.

josegonzalez commented 7 years ago

Does this just work?

HarderWork commented 7 years ago

Building the box was successful. So far, I've only created an empty cake project and made it to the Cake welcome page. I'm going to move my project from a precise32-based box, so I can test it for a couple of days to confirm stability.

HarderWork commented 7 years ago

Now I've tested the box with Ubuntu 16.04 on a Windows 8 machine, one iMac and one MacBook. Everything works as expected. I use Postgres, Redis and the Heroku gem, and it works fine.

josegonzalez commented 7 years ago

Can you verify memcached and mysql, and also update the versions of any packages that are installed?

HarderWork commented 7 years ago

MySQL: Version 5.6.36 Connected to mysql with mysql -u root -pbananas mysql -u user -ppassword Created DB with both users.

Memcached Version 1.4.25 Connected to instance with telnet localhost 11211 Basic test:

set whoami 0 900 5 Peter STORED get whoami VALUE whoami 0 5 Peter

Conclusion: It works and versions in Readme.md is correct.