Added menu links for seeing lists of things, also updated install.txt
This commit is contained in:
@ -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 ...;
|
||||
|
Reference in New Issue
Block a user