-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-root install? #271
Comments
Thanks for your feedback, @basicfeatures. That's something present in our roadmap but not there yet 🙂 |
@basicfeatures would you be able to provide the basic steps (no need for it to be fancy!) you used to move manually from root to a namespace? That could turn very useful for:
|
Hey guys, Thanks for the interest! I'll be back with a working solution ASAP. |
@jarednorman right now everything is placed in store if I am not mistaken, so can be closed |
No, just because everything is added to the host app does not mean that there's a way to install somewhere other than root. You would have to do the work yourself and I don't know how much work that is. If it's insignificant, then we should document the process and close this. If it's significant, someone should eventually add support. |
Hey @basicfeatures , you opened up this ticket some time ago, did manage to workout some solution? |
@jarednorman @fthobe I think would be fair to close this as stale as it seems to be just a sporadic need, unless we've seen a frequent need for it ourselves. If @basicfeatures comes back with instructions we'll still be happy to incorporate them to the documentation. |
Sure. I'm sure someone will want this eventually, but realistically no one will do it until someone needs it. |
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 🙏
The text was updated successfully, but these errors were encountered: