Design METIN2CMS

Stato
Discussione chiusa ad ulteriori risposte.

ionutxp

Utente Bronze
4 Luglio 2012
2
1
1
48
Ultima modifica da un moderatore:
Metin2CMS will be complex and flexible CMS made for Metin2. Also, it will support other games in the future, i hope.


The main feautures that will include:
* Enterprise quality code
* Plugin support: Done
* Themes support: Done
* Static pages (from admin panel)
* RESTful API for frontend clients (AngularJS, Backbone, Desktop Apps)
* Friendly urls - configured from admin panel
* Assets compress on the fly
* Smart installer
* Database seeders with fake data for testing: Done
* Integrated with paypal and other sms api
* User panel with inbox
* Events support. Everything will be customisable by catching the events Done
* Cache support via memcached / apc / filebased
* Internationalization support
* Maintenance system: Done
* Admin panel: Done
Installation:

Codice:
1. Install apache or nginx with php 5.4
2. Install composer
Link: https://getcomposer.org/download/
3. Install git
Windows: http://git-scm.com/download/win
Ubuntu: sudo apt-get install git-core
4.
cd <your project parent directory>
git clone https://github.com/ionutxp/metin2cms
cd metin2cms
cp .env.example .env
composer update
php artisan migrate
php db:seed

Github link: https://github.com/ionutmilica/metin2cms
Full script: http://metin2cms.ionutmilica.com/ (with dependencies)
Some screens: http://ionutmilica.com/cms-preview/ (to be updated)


You can help with a nice design to replace that ugly bootstrap template / bugfixes / new features ideas / money or whatever.
I`ll soon post some tutorials for `How to use` and a demo page
 
Stato
Discussione chiusa ad ulteriori risposte.
Indietro
Top Bottom