Skip to content
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

Is there a way to change the projects root directory? #10

Closed
jimiwhite1020 opened this issue May 3, 2017 · 1 comment
Closed

Is there a way to change the projects root directory? #10

jimiwhite1020 opened this issue May 3, 2017 · 1 comment

Comments

@jimiwhite1020
Copy link
Contributor

It seems the project directories were hardcoded as "~/bentodev" and "~/bentodev/sites".

Now, I would like to have a different "sites" directory.
So if there is an option in the bentodev/config.json file for the sites directory, it would be great!

"SITES_ROOT": "blah/blah/sites" // "sites" as default!

Thank you!

@djstein
Copy link
Contributor

djstein commented May 3, 2017

completed! bentodev clone <theme> and bentodev start <account> are pointed to a DEV_ROOT now. DEV_ROOT should not contain /sites/ in it. Instead it is a the directory that would contain /sites/ (parent dir)

DEV_ROOT must be a full path. Currently shortcuts such as ~ have not been tested.
Example ~/bentodev/config.json:
{
...,
"DEV_ROOT": "/Users/<user/test_folder/"
}.

Functionality for other User Settings is also available now.

@djstein djstein closed this as completed May 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants