after installing on a trusty64 ubuntu VM; /etc/apache2/conf-available has a symlink error tho I don't know why. It shows drupal7 -> ../../drupal/7/apache2.conf which is correct yet it claims it isn't. I believe this is because the reference is created prior to the file existing which seems to break symlinks at times.

Also it's not activated in the conf-enabled directory via symlink there which should probably be ln -s ../conf-available/drupal7.conf

Didn't know what version to list this under since it's related to the apt-get package

Comments

btopro’s picture

Title: conf symlink error When installing on Ubuntu 14 » installing on Ubuntu 14 issues
btopro’s picture

Drupal 7 isn't in place and a conf file needs to be created to allow for it to be accessible from the host name in question. Also once I go to drupal it's not actually installed so I need to install it for whatever reason.

After installing drupal and enabling the drucall modules I get...

bSocket link: Disconnected

when I go to the /drucall page

btopro’s picture

clean urls also aren't working on this OOTB and having drush available would be good too. This is a pretty simple way of getting drush installed via composer

cd $HOME
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
php /usr/local/bin/composer global require drush/drush:6.*
# symlink into drush
sudo ln -sf $HOME/.composer/vendor/drush/drush /usr/bin/drush
# add to local path
echo 'export PATH="$PATH:/usr/bin/drush"' >> $HOME/.bashrc
# reload bashrc so drush calls can function
source .bashrc
btopro’s picture

dbconfig.php needs read permissions from on the file system otherwise drush won't work.
sudo chmod 644 drupal7/sites/default/dbconfig.php

btopro’s picture

drupal version installed OOTB is 7.26 which is highly exploitable via drupalgeddon which was fixed in 7.32 and latest is 7.36