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

Allow Cachet to be setup not from the server's root #3646

Merged
merged 2 commits into from
Jun 23, 2019

Commits on Jun 19, 2019

  1. Allow Cachet to be setup not from the server's root

    The `asset()` helper was missing at some places so it was not possible
    to install it in an other place than the server's root (/).
    
    The paths have been fixed and now use the `asset()` helper. Also,
    The steps process takes care of the current path.
    
    See: cachethq#3618
    nalysius committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    c521763 View commit details
    Browse the repository at this point in the history
  2. Add a missing "asset" call

    nalysius committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    67b43ed View commit details
    Browse the repository at this point in the history