I am a junior developer and I work on a Drupal 8 project with two other people. None of us know Drupal really well.
We work locally on our computer Wamp / PhpStorm / browser and GIT as version manager.
I can not figure out how to work to several persons with each database.
For php and file management, GIT is ok, but knowing that the configuration is stored in base, as each developer works locally, how to pool our SQL produced in mysql?
where can I ask questions about this forum itself? specifically, its distributed authentication.
really, just wanted to register for the jedit forum. They use drupal:
Distributed authentication
One of the more tedious moments in visiting a new website is filling out the registration form. Here at jEdit Community, you do not have to fill out a registration form if you are already a member of Drupal. This capability is called Distributed Authentication, and is unique to Drupal, the software which powers jEdit Community.
I need to add another layer or field to the log-in of Drupal, is that possible? Basically, I'd like to modify the Drupal security table to have that 1 field as part of the log-in credentials. I've searched the documentations and haven't found any resources that points me to my questions. I basically need to create a front-end app using Angular JS and will have an extra field for the log-in so not sure how to accomplish this.
I'd appreciate if you can point me to the right direction and what I need to do to get me started. I sincerely appreciate any help you can provide.
Hola a toda esta comunidad, aunque mi pregunta parezca muy básica, alguien me puede dar 3 fundamentos sobre porque elegir Drupal y no Wordpress o Joomla?
Solo quiero saber si es mejor o que diferencia tiene con esos gestores de contenido.
I have a question about using drupal with docker.
In my work we have already used drupal to host about 200 sites in a multi-site installation. My question is about migrating from this environment to using docker.
Should I create 1 container per site (with web server and php each container) or create a single container with web server and another with php for all 200 sites?