Closed HarderWork closed 7 years ago
Does this just work?
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.
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.
Can you verify memcached and mysql, and also update the versions of any packages that are installed?
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.
Better dev/prod parity against the new Heroku-16 stack.