Giter Site home page Giter Site logo

ekapurnama / blog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from duythien/blog

0.0 1.0 0.0 7.5 MB

How to create blog use phalcon php

Home Page: http://blog.zphalcon.com/

License: Apache License 2.0

ApacheConf 0.03% PHP 11.42% Volt 5.86% Nginx 0.51% CSS 4.39% JavaScript 59.55% HTML 18.24%

blog's Introduction

Codeship Status for duythien/blog

Blog project Multi-lingual Support

Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption.

This is the official Phalcon blog you can adapt it to your own needs or improve it if you want.

Please write us if you have any feedback.

Thanks.

Requirements

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

  • 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

Get Started

Requirements

To run this application on your machine, you need at least:

  • 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:

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

Install vendor use composer

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

How to use project: go to url below

http://localhost/login

username:test@zphalcon
pass	:zphalcon

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

Thank You

Thank you Phalcon forum suport, and more...

License

Blog is open-sourced software licensed under the New Apache License.

blog's People

Contributors

duythien avatar kenjikobe avatar ovr avatar

Watchers

Eka Purnama avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.