Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Troubles with deploying Grav updates - Am I doing it wrong?
· 11 years ago
Maybe I just need to do as rhukster suggested: just upload \user and update Grav on the remote server directly.
-
Troubles with deploying Grav updates - Am I doing it wrong?
· 11 years ago
I'm not using Grav's default .gitignore.
-
Troubles with deploying Grav updates - Am I doing it wrong?
· 11 years ago
It does in the current version, although in the next Grav release, composer.lock is removed from .gitignore because we're going to use composer install rather than composer update to ensure versions i
-
Troubles with deploying Grav updates - Am I doing it wrong?
· 11 years ago
(I'm referring to https://github.com/getgrav/grav/blob/develop/.gitignore#L3)
-
Troubles with deploying Grav updates - Am I doing it wrong?
· 11 years ago
My .gitignore doesn't include the vendor folder. On purpose. It does include composer.lock; should it not?
-
Troubles with deploying Grav updates - Am I doing it wrong?
· 11 years ago
I think they're not stored in the Git server due to .gitignore, try commenting the vendor lines in it
-
Troubles with deploying Grav updates - Am I doing it wrong?
· 11 years ago
bin/grav install should do it
-
Troubles with deploying Grav updates - Am I doing it wrong?
· 11 years ago
Apparently not, but I don't know why it shouldn't be.
-
Troubles with deploying Grav updates - Am I doing it wrong?
· 11 years ago
The vendor/ folder, on the server, is correctly filled with the dependencies like in localhost?
-
Troubles with deploying Grav updates - Am I doing it wrong?
· 11 years ago
I have a consistent problem with upgrading and updating Grav on my local server and then deploying it to my remote server. I get a broken site on the remote, even though the local is fine, every time.