Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 81 | All time: 10,095 This week: 455 |
Version | License | PHP version | Categories | |||
melis-cms-skeleton 1.0.0 | Custom (specified... | 5 | PHP 5, Systems administration, Conten... |
Description | Author | |||||||||||||||||||||||
This package can be used to setup the Melis CMS application on a given domain. Innovation Award |
|
The skeleton of Melis Platform. This is the package you need to use to start a setup of Melis Platform.
Setup a virtual host that points to the public/ directory of the project. Add the MELIS_PLATFORM (identifies your platform when having multiple environments like local/preprod/prod) and MELIS_MODULE (identifies which site will be loaded as the front office for this domain) variable. Vhost should look like this:
<VirtualHost *:80>
DocumentRoot "PATH_DOCROOT/public"
<Directory "PATH_DOCROOT/public">
Options +Indexes +FollowSymLinks +ExecCGI
DirectoryIndex index.php
Order allow,deny
Allow from all
AllowOverride All
Require all granted
</Directory>
ServerName www.mysite.local:80
SetEnv MELIS_PLATFORM "development"
SetEnv MELIS_MODULE "MelisDemoCms"
</VirtualHost>
If you are using Windows, you might want to add the following lines in your vhost to ensure that downloads of modules through composer can be managed by PHP. Be aware that running composer through PHP (setup, marketplace, updates) requires memory and space.
<VirtualHost *:80>
[...]
<IfModule fcgid_module>
FcgidIOTimeout 3600
FcgidBusyTimeout 1800
FcgidConnectTimeout 3600
FcgidOutputBufferSize 65536
FcgidMaxRequestsPerProcess 500
FcgidMinProcessesPerClass 0
FcgidProcessLifeTime 3600
</IfModule>
[...]
</VirtualHost>
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Feel free to fork the project, create a feature branch, and send us a pull request!
See also the list of contributors who participated in this project.
This project is licensed under the OSL-3.0 License - see the LICENSE file for details
Files (36) |
File | Role | Description | ||
---|---|---|---|---|
cache (1 file) | ||||
config (2 files, 1 directory) | ||||
install (2 files) | ||||
module (1 directory) | ||||
public (6 files, 3 directories) | ||||
test (1 file, 1 directory) | ||||
composer.json | Data | Auxiliary data | ||
composer.lock | Data | Auxiliary data | ||
init_autoloader.php | Example | Example script | ||
LICENSE | Lic. | License text | ||
mix-manifest.json | Data | Auxiliary data | ||
package-lock.json | Data | Auxiliary data | ||
package.json | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
Files (36) | / | config |
File | Role | Description | ||
---|---|---|---|---|
autoload (1 file) | ||||
application.config.php | Aux. | Auxiliary script | ||
melis.module.load.php | Aux. | Auxiliary script |
Files (36) | / | install |
File | Role | Description |
---|---|---|
README.txt | Doc. | Documentation |
vhost.txt | Doc. | Documentation |
Files (36) | / | module | / | MelisModuleConfig |
File | Role | Description | ||
---|---|---|---|---|
config (4 files) | ||||
languages (1 file) | ||||
Module.php | Class | Class source | ||
README.md | Doc. | Documentation |
Files (36) | / | module | / | MelisModuleConfig | / | config |
File | Role | Description |
---|---|---|
app.forms.php | Aux. | Auxiliary script |
app.interface.php | Aux. | Auxiliary script |
module.config.php | Aux. | Auxiliary script |
translation.list.php | Aux. | Auxiliary script |
Files (36) | / | public |
File | Role | Description | ||
---|---|---|---|---|
assets (1 directory) | ||||
img (1 file) | ||||
media (1 file) | ||||
.htaccess | Data | Auxiliary data | ||
favicon.ico | Data | Auxiliary data | ||
index.php | Example | Example script | ||
warning-handler.php | Aux. | Auxiliary script | ||
webpack.mix.js | Data | Auxiliary data | ||
webpack.mix.static.js | Data | Auxiliary data |
Files (36) | / | test |
File | Role | Description | ||
---|---|---|---|---|
tpl (5 files) | ||||
test.application.config.php | Aux. | Auxiliary script |
Files (36) | / | test | / | tpl |
File | Role | Description |
---|---|---|
BootstrapTemplate | Example | Example script |
methodTemplate | Data | Auxiliary data |
PHPUnitControllTest | Class | Class source |
phpunitxmlTemplate | Data | Auxiliary data |
READ_ME.txt | Doc. | Documentation |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.