Initial commit
This commit is contained in:
0
local/config/.gitkeep
Normal file
0
local/config/.gitkeep
Normal file
2
local/config/.htaccess
Normal file
2
local/config/.htaccess
Normal file
@@ -0,0 +1,2 @@
|
||||
order deny,allow
|
||||
deny from all
|
||||
35
local/config/Readme.md
Normal file
35
local/config/Readme.md
Normal file
@@ -0,0 +1,35 @@
|
||||
Readme
|
||||
======
|
||||
|
||||
## This is the repository of Thelia configuration. All the pull requests on this repo will be ignored.
|
||||
### If you want to create a project, please take a look at [thelia/thelia-project](https://github.com/thelia/thelia-project)
|
||||
### If you want to contribute to Thelia, please take a look at [thelia/thelia](https://github.com/thelia/thelia)
|
||||
|
||||
Thelia
|
||||
------
|
||||
[](https://travis-ci.org/thelia/thelia) [](https://packagist.org/packages/thelia/thelia) [](https://scrutinizer-ci.com/g/thelia/thelia/)
|
||||
|
||||
[Thelia](http://thelia.net/) is an open source tool for creating e-business websites and managing online content. This software is published under LGPL.
|
||||
|
||||
This is the new major version of Thelia.
|
||||
|
||||
You can download this version and have a try or take a look at the source code (or anything you wish, respecting LGPL). See http://thelia.net/ web site for more information.
|
||||
|
||||
A repository containing all thelia modules is available at this address : https://github.com/thelia-modules
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
* php 5.5
|
||||
* Required extensions :
|
||||
* PDO_Mysql
|
||||
* openssl
|
||||
* intl
|
||||
* gd
|
||||
* curl
|
||||
* safe_mode off
|
||||
* memory_limit at least 128M, preferably 256.
|
||||
* post_max_size 20M
|
||||
* upload_max_filesize 2M
|
||||
* apache 2
|
||||
* mysql
|
||||
10
local/config/composer.json
Normal file
10
local/config/composer.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "thelia/config",
|
||||
"type": "thelia-local",
|
||||
"require": {
|
||||
"thelia/installer": "~1.1"
|
||||
},
|
||||
"extra": {
|
||||
"installer-name": "config"
|
||||
}
|
||||
}
|
||||
6
local/config/database.yml.sample
Normal file
6
local/config/database.yml.sample
Normal file
@@ -0,0 +1,6 @@
|
||||
database:
|
||||
connection:
|
||||
driver: %DRIVER%
|
||||
user: %USERNAME%
|
||||
password: %PASSWORD%
|
||||
dsn: %DSN%
|
||||
1939
local/config/schema.xml
Normal file
1939
local/config/schema.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user