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.4
|
||||
* Required extensions :
|
||||
* PDO_Mysql
|
||||
* mcrypt
|
||||
* intl
|
||||
* gd
|
||||
* curl
|
||||
* safe_mode off
|
||||
* memory_limit at least 128M, preferably 256.
|
||||
* post_max_size 20M
|
||||
* upload_max_filesize 2M
|
||||
* apache 2
|
||||
* mysql
|
||||
31
local/config/build.properties.sample
Normal file
31
local/config/build.properties.sample
Normal file
@@ -0,0 +1,31 @@
|
||||
# Database driver
|
||||
propel.database = mysql
|
||||
|
||||
# Project name
|
||||
propel.project = thelia
|
||||
|
||||
propel.schema.validate = false
|
||||
|
||||
propel.namespace.autoPackage = true
|
||||
|
||||
# The directory where Propel should output generated object model classes.
|
||||
propel.php.dir = ${propel.project.dir}/../../core/lib
|
||||
|
||||
# The database PDO connection settings at builtime.
|
||||
# This setting is required for the sql, reverse, and datasql tasks.
|
||||
# Note that some drivers (e.g. mysql, oracle) require that you specify the
|
||||
# username and password separately from the DSN, which is why they are
|
||||
# available as options.
|
||||
# Example PDO connection strings:
|
||||
# mysql:host=localhost;port=3307;dbname=testdb
|
||||
# sqlite:/opt/databases/mydb.sq3
|
||||
# sqlite::memory:
|
||||
# pgsql:host=localhost;port=5432;dbname=testdb;user=bruce;password=mypass
|
||||
# oci:dbname=//localhost:1521/mydb
|
||||
# SEE http://propelorm.org/reference/buildtime-configuration
|
||||
propel.database.url = {empty}|string
|
||||
propel.database.user = {empty}|string
|
||||
propel.database.password = {empty}|string
|
||||
|
||||
|
||||
propel.mysql.tableType = InnoDB
|
||||
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
Normal file
6
local/config/database.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
database:
|
||||
connection:
|
||||
driver: mysql
|
||||
user: beaheadfwhsofian
|
||||
password: Cerbonnus34
|
||||
dsn: mysql:host=localhost;dbname=beaheadfwhsofian;port=3306
|
||||
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%
|
||||
1943
local/config/schema.xml
Normal file
1943
local/config/schema.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user