Questions tagged [drupal]

Drupal is a free and open-source content management system (CMS) written in PHP.

Drupal is a free and open source content management platform powering millions of websites and applications. It’s built, used, and supported by an active and diverse community of people around the world.

Resources

46 questions
12
votes
3 answers

What's the easiest way to install Drupal locally?

Many of the Drupal distributions I've seen are made for earlier versions of Ubuntu: drubuntu only works in 10.10; the Acquia .debs are for <10.x, and I've been told the versions in the repos are out-of-date. What's the easiest way to set up a local…
Jonathan
  • 7,450
2
votes
1 answer

Drush folder after installation?

I installed Drush with apt-get install drush. which drush says the file has been installed on /usr/bin/drush. I would like to manually update Drush as well as adding files like an example.alias.php file to that folder. However, /user/bin/drush isn't…
chrisjlee
  • 10,786
0
votes
0 answers

Hi, I am having trouble with setting up drupal with a symbolic link. I keep getting this error

It is the first time I set up drupal, and I have following the steps from this webpage and im stuck on the final part of step 6. Which is sudo ln -s /etc/nginx/sites-available/drupal /etc/nginx/sites-enabled/ it states it can not create a…