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

ghost install local with specific version #423

Closed
ErisDS opened this issue Aug 3, 2017 · 1 comment · Fixed by #426
Closed

ghost install local with specific version #423

ErisDS opened this issue Aug 3, 2017 · 1 comment · Fixed by #426

Comments

@ErisDS
Copy link
Member

ErisDS commented Aug 3, 2017

This use case only occurred to me today as we broke local installs of 1.4.0 in Ghost.

It currently doesn't seem to be possible to force a local install to a particular version.

None of these seem to work as expected, the --version and --local flags are ignored.

ghost install local 1.3.0
ghost install --local --version=1.3.0
ghost install local --version=1.3.0

@acburdine
Copy link
Member

The only real way to get it to work at the moment is ghost install 1.3.0 --local --db sqlite3 --no-setup-linux-user --no-stack. Obviously that isn't the best solution - will update so that ghost install 1.3.0 --local works as a solution for this.

acburdine added a commit to acburdine/Ghost-CLI that referenced this issue Aug 3, 2017
closes TryGhost#423
- `ghost install 1.x.x --local` now works for local installs
acburdine added a commit to acburdine/Ghost-CLI that referenced this issue Aug 3, 2017
closes TryGhost#423
- `ghost install 1.x.x --local` now works for local installs
acburdine added a commit that referenced this issue Aug 3, 2017
closes #423
- `ghost install 1.x.x --local` now works for local installs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants