hyperstack icon indicating copy to clipboard operation
hyperstack copied to clipboard

Installation instructions are wrong for now

Open adisciple50 opened this issue 4 years ago • 1 comments

listed instructions for installation produces the following output.

i did this in windows powershell: rails new MyApp -T -m https://rawgit.com/hyperstack-org/hyperstack/edge/install/rails-webpacker.rb puma bundle install

and it just looks like an ordinary rails app and no rails-hyperstack gem in the gemfile. the documentation does not tell me to include the rails-hyperstack framework.

adisciple50 avatar Jan 13 '21 21:01 adisciple50

The docs now mention adding rails-hyperstack, but they are still/again out of date. The installer doesn't seem to actually create the app/hyperstack/components directory. rails g hyper:component app --add-route="/" after running rails hyperstack:install did it for me.

Tashows avatar Jun 01 '21 21:06 Tashows