2017 © Pedro Peláez
 

app blog

Blog project Multi-lingual Support

image

duythien/blog

Blog project Multi-lingual Support

  • Wednesday, October 11, 2017
  • by duythien
  • Repository
  • 4 Watchers
  • 30 Stars
  • 0 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Codeship Status for duythien/blog, (*1)

Blog project Multi-lingual Support

Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption., (*2)

This is the official Phalcon blog you can adapt it to your own needs or improve it if you want., (*3)

Please write us if you have any feedback., (*4)

Thanks., (*5)

Requirements

This application uses Github as authentication system, you need a client id and secret id set in the configuration (app/config/config.php), (*6)

  • Http extension (pecl.php.net/package/pecl_http)
  • Curl extension (http://php.net/manual/en/book.curl.php)
  • Linux users that compile PHP --with-gettext=shared should include extension=gettext.so(php.ini), if have use XAMP default enable gettext

Phalcon extension > 0.9, (*7)

Get Started

Requirements

To run this application on your machine, you need at least:, (*8)

  • PHP >= 5.3.3
  • Apache Web Server with mod rewrite enabled
  • Latest Phalcon Framework extension installed/enabled

Then you'll need to create the database and initialize schema:, (*9)

echo 'CREATE DATABASE blog' | mysql -u root
cat schemas/blog.sql | mysql -u root blog

Install vendor use composer, (*10)

composer install

Element in project & Tests

I use (Acl, Auth, Security) in vokuro project and I use editor Markdown in post content, also used bootrsap 2.3.2 frontend and backend, (*11)

How to use project: go to url below, (*12)

http://localhost/login, (*13)

username:test@zphalcon
pass    :zphalcon

Note that I am use Nginx webserver, If problem css change 'baseUri' in config, (*14)

Thank You

Thank you Phalcon forum suport, and more..., (*15)

License

Blog is open-sourced software licensed under the New Apache License., (*16)

The Versions