Adapting the install Drupal instructions
This commit is contained in:
parent
43887a7202
commit
e87bb35d8c
1 changed files with 13 additions and 12 deletions
|
@ -1,9 +1,7 @@
|
|||
INSTALL
|
||||
=======
|
||||
|
||||
**SuiteDesk** is my own web based app for planning, knowledge sharing, clients
|
||||
support, collaboration and personal productivity, with both powerful and
|
||||
simplicity in mind. Contents of this file:
|
||||
Contents of this file:
|
||||
|
||||
* Requirements
|
||||
* Installation
|
||||
|
@ -13,6 +11,7 @@ simplicity in mind. Contents of this file:
|
|||
* More Information
|
||||
* Copyright notices
|
||||
|
||||
|
||||
REQUIREMENTS
|
||||
------------
|
||||
|
||||
|
@ -26,28 +25,28 @@ standalone software product. It requires:
|
|||
|
||||
See http://www.php.net and http://www.mysql.com for more information.
|
||||
|
||||
|
||||
INSTALLATION
|
||||
------------
|
||||
|
||||
### 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 )
|
||||
|
||||
If you select files in .tar.gz or .zip format, they can be extracted using most
|
||||
compression tools. Example, on a typical Unix command line, use:
|
||||
If you select files in `.tar.gz` or `.zip` format, they can be extracted using
|
||||
most compression tools. Example, on a typical Unix command line, use:
|
||||
|
||||
wget REPOSITORY/archive.tar.gz?ref=master
|
||||
tar -zxvf archive.tar.gz
|
||||
|
||||
This will create a new directory suitedesk/ containing all SuiteDesk files and
|
||||
directories. Move the contents of that directory into a directory within your
|
||||
web server's document root or your public HTML directory:
|
||||
This will create a new directory `suitedesk/` containing all **SuiteDesk** files
|
||||
and directories. Move the contents of that directory into a directory within
|
||||
your web server's document root or your public HTML directory:
|
||||
|
||||
mv suitedesk/* suitedesk/.htaccess /var/www/html
|
||||
|
||||
|
||||
### 2. CREATE THE CONFIGURATION FILE AND GRANT WRITE PERMISSIONS
|
||||
|
||||
SuiteDesk comes with a default.settings.php file in the config/default
|
||||
|
@ -71,7 +70,6 @@ installation directory):
|
|||
|
||||
chmod o+w config/default
|
||||
|
||||
|
||||
### 3. CREATE THE SUITEDESK DATABASE
|
||||
|
||||
SuiteDesk requires access to a database in order to be installed. Your database
|
||||
|
@ -118,7 +116,6 @@ system.
|
|||
|
||||
Query OK, 0 rows affected
|
||||
|
||||
|
||||
### 4. RUN THE INSTALL SCRIPT
|
||||
|
||||
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
|
||||
be found in the scripts/ directory.
|
||||
|
||||
|
||||
DRUPAL ADMINISTRATION
|
||||
---------------------
|
||||
|
||||
|
@ -268,6 +266,7 @@ pages available in the administration panel.
|
|||
|
||||
Community-contributed modules and themes are available at http://drupal.org/.
|
||||
|
||||
|
||||
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
|
||||
http://drupal.org/handbook/customization to find out more.
|
||||
|
||||
|
||||
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
|
||||
configuration, see step 6 above.
|
||||
|
||||
|
||||
MORE INFORMATION
|
||||
----------------
|
||||
|
||||
|
|
Reference in a new issue