Greetings,
Hope everyone is well and healthy.
I have a huge issue that I need some assistance with. I am new to kirby and I have zero php knowledge but I’m required at work to contribute to a Kirby project. So my first question is this: How do I download the project to my computer? so I can open it in VSC to add content to the files?
Thank you very much in advance!
Alex
If you want to fetch the project from a server, you can do this in different ways, the easiest of which is probably by using a tool like Transmit (Mac), FileZilla, Cyberduck etc. to establish an SFTP connection to the server. Has nothing to do with Kirby and PHP. And of course you need the SFTP (SSH) credentials.
Other options would be rSync or SSH via the command line, but that’s probably not your things, then.
But if that’s something you have to do at work, then there should be an established way to do that?
If its just content you are adding, you dont need to download it at all or use visual studio, you can use the Panel for this by logging into the panel on the website (assuming someone else has set the site up and configured the blue prints and templates etc.).
You only need to download it all if you want to work on the PHP stuff and the Blueprints.
Thank you for your reply.
I need to add some new pages that’s why I was pretty sure i need it downloaded
@texnixe I’ve already downloaded cyberduck and waiting on the FTP credentials,
Thank you very much for the help !