solidusio / solidus_starter_frontend

🎨 Rails-based starter kit for your Solidus storefront.
Other
58 stars 40 forks source link

Non-root install? #271

Open basicfeatures opened 2 years ago

basicfeatures commented 2 years ago

Hello! Trying to add the starter frontend to my namespaced Rails app but it seems the installer places everything into the root so I have to manually move things around afterwards. Maybe in the future it could support something like this?

rails generate solidus:install --frontend=solidus_starter_frontend --namespace=store

Thanks 🙏

waiting-for-dev commented 2 years ago

Thanks for your feedback, @basicfeatures. That's something present in our roadmap but not there yet 🙂

elia commented 2 years ago

@basicfeatures would you be able to provide the basic steps (need for it to be fancy!) you used to move manually from root to a namespace?

That could turn very useful for:

  1. anyone wanting to take up the challenge and submit a PR addressing this feature
  2. other people having the same need, at least until a better solution is in place 🙏
basicfeatures commented 2 years ago

Hey guys,

Thanks for the interest!

I'll be back with a working solution ASAP.