degica / kaiser

Commandline Gem that allows you to work with web apps better
https://tech.degica.com/kaiser/
MIT License
12 stars 1 forks source link

Make Kaiser work on ARM macs #91

Closed davidsiaw closed 5 months ago

davidsiaw commented 5 months ago

Bunch of upgrades to bring kaiser into the new century. Kaiser had encountered some strange difficulties including

hence this PR:

Update to 3.0 Thanks to my nice ARM pc now I got everything working real nice Make the chrome work for both ARM and AMD64 procs

How to test (or trust me completely):

  1. check out this repo and this branch git clone https://github.com/degica/kaiser && cd kaiser && git checkout add-build-platform
  2. rake build
  3. go to somewhere like HATS and go gem install ../kaiser/pkg/kaiser-0.7.0.gem
  4. kaiser init hats and kaiser up -av
  5. go to http://hats.lvh.me in your browser

should work

Test testing

  1. kaiser up -av bash
  2. rspec spec/features
  3. use your favorite VNC tool and go to localhost:5900 with the password secret and see the tests running
degikko commented 5 months ago

@yunshine can you help us review this PR, please?