Added menu links for seeing lists of things, also updated install.txt

This commit is contained in:
Naomi
2020-11-09 17:50:09 +00:00
parent df2c826a33
commit 27cb58512e
5 changed files with 78 additions and 2 deletions

View File

@ -3,15 +3,23 @@ SYSTEM
apt install php-gd php-mbstring php-xml php-curl composer
a2enmod rewrite
SITE
====
#TODO make the vhost
#TODO in apache2.conf set Override All on the directory
DRUPAL
======
composer create-project drupal/recommended-project drupal
#TODO place composer.json in the drupal directory that should have appeared
composer install
mysql -uroot -p
drop database ...;
create database ...;