Skip to content

أنشئ دلائل مختصرة للغات برمجة أو أي تقنية تتعلمها ، لكي يسهل عليك البحث عن المعلومة بسرعة متى ما إحتجت لها

Notifications You must be signed in to change notification settings

Lmuhammed/Manuals-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manuals-generator

Logo

إنشاء دلائل تعليمية بسهولة

Easly create educational manuals

الدليل باللغة العربية

  1. المتطلبات القبلية
  • خادم ويب مع مُفسر لغة "بي إتش بي " (ننصحك بحزمة XAMPP )
  1. لماذا ؟ عندما تتعلم لغة برمجية ، تقنية جديدة ... ، يكون تدوين المطلحات والأوامر أمرا هاما لترسيخ ماتعلمته ، وحيث أن تسجيل ماسبق في ملف نصي أو "ورد" يمكن أن يفي بالغرض نسبيا ، إلا أن هذا المشروع سيكون أكثر فعالية وسهولة في مساعدتك على تدوين وتنظيم معارفك .

  2. طريقة التشغيل

  • إفتح الطرفية في المسار الذي تفضلة
git clone https://github.com/Lmuhammed/Manuals-generator.git
  • ثبت الإعتماديات - bootstrap
inpm install 
  • إنقل المشروع إلى مجلد الإستضافة الخاص بخادم الويب مثال خادم أباشي - APACHE SERVER على xampp:
sudo cp -R  ./Manuals-generator/ /opt/lampp/htdocs/
  • أو داخل ملف المشروع شغل الخادم المحلي الخاص باللغة
sudo php -S localhost:8000
  • شغل خادم الويب
  • إفتح متصفحك المفضل :
http://localhost/Manuals-generator/
  • أو في حال إستخدمت الخادم المحلي الخاص باللغة
http://localhost:8000
  1. قدراتك البرمجية الخارقة مطلوبة :
هذا المشروع المتواضع لايزال في طفولته المبكرة ، لذا إن إكتشفت خطأ ما: أبلغ عن خطأ
لديك إقتراح لتطويره أو إضافة ميزة جديدة : أطلب ميزة جديدة

English manual

  1. Prerequisite
  • Web server with PHP Interpreter , (Xammp Recommended)
  1. Why ? When you learn a programming language, a new technology..., writing down terms and commands is important to consolidate what you have learned, and while recording what you have previously done in a text file or “Word” can relatively suffice for the purpose, this project will be more effective and easier in helping you write down and organize Your information and learning about a technical topic (E.G new Programming language , os commands ...).

  2. Usage :

  • Open the terminal in the path you prefer
git clone https://github.com/Lmuhammed/Manuals-generator.git
  • Move the project to the web server's hosting folder Apache server example:
sudo cp -R  ./Manuals-generator/ /opt/lampp/htdocs
  • Run the web server
  • Open your favorite browser:
http://localhost/Manuals-generator/
  1. Participate in improvement
This modest project still in its early stages, so if you spot an error: Report an error
You have a suggestion to develop or add a new feature: Request a new feature

About

أنشئ دلائل مختصرة للغات برمجة أو أي تقنية تتعلمها ، لكي يسهل عليك البحث عن المعلومة بسرعة متى ما إحتجت لها

Resources

Stars

Watchers

Forks

Packages

No packages published