mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
update with directory structure
This commit is contained in:
13
QUICK_START
13
QUICK_START
@@ -10,7 +10,18 @@ Copy the Smarty library files to your system. In our example, we place them in
|
||||
/usr/local/lib/php/Smarty/
|
||||
|
||||
$> gtar -ztvf Smarty-2.6.7.tar.gz
|
||||
$> cp -r Smarty-2.6.7/libs /usr/local/lib/php/Smarty
|
||||
$> mkdir /usr/local/lib/php/Smarty
|
||||
$> cp -r Smarty-2.6.7/libs/* /usr/local/lib/php/Smarty
|
||||
|
||||
You should now have the following file structure:
|
||||
|
||||
/usr/local/lib/php/Smarty/
|
||||
Config_File.class.php
|
||||
debug.tpl
|
||||
internals/
|
||||
plugins/
|
||||
Smarty.class.php
|
||||
Smarty_Compiler.class.php
|
||||
|
||||
|
||||
SETUP SMARTY DIRECTORIES
|
||||
|
Reference in New Issue
Block a user