Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Overwrite or new plugin
· 11 years ago
If you feel that this is something that could be 'added' to the current login plugin, perhaps you could add support to the regular plugin with some configuration options to enable/configure it. Just
-
Overwrite or new plugin
· 11 years ago
I have extended the default login plugin to include LDAP support for authorization via Active Directory. However If ever I update the plugin, my code will be gone. Ideally, i should make a new plugin
-
Deploying with SFTP only
· 11 years ago
beyond compare supports SFTP, that's how i usually upload mine.
-
Deploying with SFTP only
· 11 years ago
As a proof of concept, I set up my site to deploy as you imagined Ross. I sync only the relevant files from my local installation (using Bitnami) to Bitbucket (using SourceTree), and then deploy this
-
Deploying with SFTP only
· 11 years ago
You're right EOF only have to leave it as it is, the capitalized words are to be replaced with your values, for example. if your FTP username is franchan if your PASSWORD is newyork, if your DOMAIN_OR
-
Deploying with SFTP only
· 11 years ago
If you guys are using SFTP only and have no access to shell to clear cache when needed, you probably should look at the cachebuster plugin. This lets you clear the cache via the browser which is a co
-
Deploying with SFTP only
· 11 years ago
Those symbols in capitals in your script are shell variables that are set-up first? Note that dandelion figures out what to sftp by looking into the change set of the git repository. I mean, the ver
-
Deploying with SFTP only
· 11 years ago
Hi, I also have the same problem that I solved with lftp, on Ubuntu. This recipe, in a file called eg. COMMAND.SH, to make the idea #!/bin/bash lftp -u USERNAME,PASSWORD DOMAIN_OR_IP << EOF cd
-
Deploying with SFTP only
· 11 years ago
I struggled with set-up, deployment and the idea of how to maintain as well. I blogged my recipe here: https://aptly.io/blog/grav-recipe. Maybe this might work for you as well?
-
Deploying with SFTP only
· 11 years ago
I've not tried it but have you looked at https://ftploy.com/ ? Also there's https://www.deployhq.com/ ?