Adapting the install Drupal instructions

This commit is contained in:
Manuel Cillero 2017-08-09 17:02:10 +00:00
parent 43887a7202
commit e87bb35d8c

View file

@ -1,9 +1,7 @@
INSTALL INSTALL
======= =======
**SuiteDesk** is my own web based app for planning, knowledge sharing, clients Contents of this file:
support, collaboration and personal productivity, with both powerful and
simplicity in mind. Contents of this file:
* Requirements * Requirements
* Installation * Installation
@ -13,6 +11,7 @@ simplicity in mind. Contents of this file:
* More Information * More Information
* Copyright notices * Copyright notices
REQUIREMENTS REQUIREMENTS
------------ ------------
@ -26,28 +25,28 @@ standalone software product. It requires:
See http://www.php.net and http://www.mysql.com for more information. See http://www.php.net and http://www.mysql.com for more information.
INSTALLATION INSTALLATION
------------ ------------
### 1. DOWNLOAD SUITEDESK ### 1. DOWNLOAD SUITEDESK
You can obtain the latest SuiteDesk release from: You can obtain the latest **SuiteDesk** release from:
https://gitlab.cillero.es/manuelcillero/suitedesk ( = REPOSITORY ) https://gitlab.cillero.es/manuelcillero/suitedesk ( = REPOSITORY )
If you select files in .tar.gz or .zip format, they can be extracted using most If you select files in `.tar.gz` or `.zip` format, they can be extracted using
compression tools. Example, on a typical Unix command line, use: most compression tools. Example, on a typical Unix command line, use:
wget REPOSITORY/archive.tar.gz?ref=master wget REPOSITORY/archive.tar.gz?ref=master
tar -zxvf archive.tar.gz tar -zxvf archive.tar.gz
This will create a new directory suitedesk/ containing all SuiteDesk files and This will create a new directory `suitedesk/` containing all **SuiteDesk** files
directories. Move the contents of that directory into a directory within your and directories. Move the contents of that directory into a directory within
web server's document root or your public HTML directory: your web server's document root or your public HTML directory:
mv suitedesk/* suitedesk/.htaccess /var/www/html mv suitedesk/* suitedesk/.htaccess /var/www/html
### 2. CREATE THE CONFIGURATION FILE AND GRANT WRITE PERMISSIONS ### 2. CREATE THE CONFIGURATION FILE AND GRANT WRITE PERMISSIONS
SuiteDesk comes with a default.settings.php file in the config/default SuiteDesk comes with a default.settings.php file in the config/default
@ -71,7 +70,6 @@ installation directory):
chmod o+w config/default chmod o+w config/default
### 3. CREATE THE SUITEDESK DATABASE ### 3. CREATE THE SUITEDESK DATABASE
SuiteDesk requires access to a database in order to be installed. Your database SuiteDesk requires access to a database in order to be installed. Your database
@ -118,7 +116,6 @@ system.
Query OK, 0 rows affected Query OK, 0 rows affected
### 4. RUN THE INSTALL SCRIPT ### 4. RUN THE INSTALL SCRIPT
To run the install script point your browser to the base URL of your website To run the install script point your browser to the base URL of your website
@ -249,6 +246,7 @@ system.
and in Drupal's online handbook at http://drupal.org/cron. Example scripts can and in Drupal's online handbook at http://drupal.org/cron. Example scripts can
be found in the scripts/ directory. be found in the scripts/ directory.
DRUPAL ADMINISTRATION DRUPAL ADMINISTRATION
--------------------- ---------------------
@ -268,6 +266,7 @@ pages available in the administration panel.
Community-contributed modules and themes are available at http://drupal.org/. Community-contributed modules and themes are available at http://drupal.org/.
CUSTOMIZING YOUR THEME(S) CUSTOMIZING YOUR THEME(S)
------------------------- -------------------------
@ -279,6 +278,7 @@ Simple customization of your theme can be done using only CSS. Further changes
require understanding the phptemplate engine that is part of Drupal. See require understanding the phptemplate engine that is part of Drupal. See
http://drupal.org/handbook/customization to find out more. http://drupal.org/handbook/customization to find out more.
MULTISITE CONFIGURATION MULTISITE CONFIGURATION
----------------------- -----------------------
@ -339,6 +339,7 @@ settings, consult the Drupal handbook at drupal.org.
For more information on configuring Drupal's file system path in a multi-site For more information on configuring Drupal's file system path in a multi-site
configuration, see step 6 above. configuration, see step 6 above.
MORE INFORMATION MORE INFORMATION
---------------- ----------------