Coder Social home page Coder Social logo

mobeen's Introduction

#هيكلية بناء التطبيقات : تطبيقي‎

الإضافات

أخذنا في عين الاعتبار دعم اللغة العربية، ودعم الواجهة من اليمين لليسار. وقد قمنا بتقليص الحجم اكبر قدر ممكن، مع الاحتفاظ بالامكانيات الكاملة لكل من التطبيقات المستخدمة.

إطار تطوير تطبيقات الشابكة ييي Yii Framework

  • حذف الملفات الغير مستخدمة، مثل ملفات الترجمة واللغات الاخرى.
  • مراجعة ترجمة النصوص العربية.
  • اضافة ملف الاعدادات المحلية، لتمكين المطور من عمل ضبط محلي من دون مس الضبط العام.

محرك البحث "المتوسع" (إلاستيك Elastic Search)

  • حيث يعتر داعم قوي للفهرسة والبحث في اللغة العربية، وهو جاهز للاستخدام من دون اي اعدادات معقدة
  • بناء سطر اوامر لعملية الفهرسة، حيث يقوم بفهرسة النموذج (Model) حسب الاعدادات، يمكنك الاطلاع على مثال الاعدادات من داخل الملف appii/protected/config/Page_mapping.php

نظام التخزين المؤقت "ريديس"

واجهة المستخدم المعتمدة على بوت ستراب من تويتر

اعتدمنا الملفات المولدة من مكتبة المطور مؤيد السعدي https://github.com/muayyad-alsadi/bootstrap-rtl

New Feature

Cache with Redis

Bootstrap Theme

WYSIWYG widget - Redactore

Add Font: Uthman Taha and Uthman Taha Bold

Remove unsed files - like language

Translate text

Add bootstrap

Integrate with elastic search

Yii structured app

appii
└── protected
│ ├──controller
│ ├──components
│ ├──config
│ │ ├──main.php
│ │ ├──local.php
│ ├──data
│ ├──extension
│ │ ├──YiiBoosterRtl
│ │ ├──imperavi-redactor-widget
│ │ ├──mailer
│ │ ├──redis
│ ├──models
│ ├──runtime
│ ├──tests
│ ├──view
│ │ ├──.
│ │ ├──.
│ │ ├──etc
└──public_web

Requirment

Redis

yum install php-redis

Elastic
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.0.noarch.rpm
sudo yum install elasticsearch-0.90.0.noarch.rpm
service elasticsearch start

Create Index (Elastic)

go to appii/protected
./cmdrun elastic create
./cmdrun elastic map --type=MODEL_NAME
./cmdrun elastic import --type=MODEL_NAME
./cmdrun elastic search --term=SEARCH --type=MODEL_NAME

Done with APPII

http://ameen.ojuba.org

mobeen's People

Contributors

ameen-sarsour avatar

Stargazers

Ali avatar  avatar Belal  avatar Mohammad Anini avatar Muayyad Alsadi avatar

Watchers

James Cloos avatar  avatar

Forkers

anini

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.