- π§πͺBelgium weseze
I am not able to correctly maintain and test this so I am not willing to incorporate this (yet).
Not having access to use composer sounds like a blocking issue to use Drupal to me...Is there an alternative way to add support, from the ludwig project itself?
- Status changed to Needs review
almost 2 years ago 6:19pm 14 February 2023 - ππ·Croatia devad
Is there an alternative way to add support, from the Ludwig project itself?
No. The ludwig.json file has to be added to the project's root directory in order for Ludwig to be able to read it.
Alternatively, the patch #2 can be applied (and maintained) manually by those who need to use Entity PDF module without Composer.
- Status changed to Closed: won't fix
over 1 year ago 3:25pm 22 August 2023 - π§πͺBelgium weseze
I will consider this fixed with patch #2, or "won't fix" since I haven't "fixed" it.
Again: I don't understand how you could use drupal, as a developer, without composer. - πΈπ°Slovakia coaston
Hi weseze.
Our servers are on VPN so not connected to internet at all. Unable to use git or composer.
So is there any other way like install it on my local pc, using composer and move thath modules by copy/paste to server?
Or even it is downlod with composer it wont install libraries when i do copy/paste? - ππ·Croatia devad
So is there any other way like install it on my local pc, using composer and move that modules by copy/paste to server?
Yes, sure. You can build your site locally and upload the whole site to your server. It will work.
- πΈπ°Slovakia coaston
So do i need to copy also vendor folder? If so where?
- ππ·Croatia devad
Re: 10
Without git... the best is to zip your whole local Composer-built site, upload it to server and unzip it there. The same process is needed after some Composer updates are done later. Of course, you need to know how to create/update the database as well.
However, your latest questions are off-topic here now.
Try to find tutorials on how to install Drupal with Composer locally and how to upload website to server. And if you need more support help go to: https://drupal.stackexchange.com/.
- πΈπ°Slovakia coaston
Thank you. Just final question - if there is live side alredy there, i dont want to create my local one and copy there. So it is not possible to copy just composer files, of course downloaded all modules which i use on prod.
Or do i need to clone it to my local first, remove all modules an download again via composer and move everything back?
- ππ·Croatia devad
Or do i need to clone it to my local first, remove all modules an download again via composer and move everything back?
Yes.
I believe this tutorial can help you. It's created for Ludwig users but it fits your usecase as well: