- المتطلبات القبلية
- خادم ويب مع مُفسر لغة "بي إتش بي " (ننصحك بحزمة XAMPP )
-
لماذا ؟ عندما تتعلم لغة برمجية ، تقنية جديدة ... ، يكون تدوين المطلحات والأوامر أمرا هاما لترسيخ ماتعلمته ، وحيث أن تسجيل ماسبق في ملف نصي أو "ورد" يمكن أن يفي بالغرض نسبيا ، إلا أن هذا المشروع سيكون أكثر فعالية وسهولة في مساعدتك على تدوين وتنظيم معارفك .
-
طريقة التشغيل
- إفتح الطرفية في المسار الذي تفضلة
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
- قدراتك البرمجية الخارقة مطلوبة :
لديك إقتراح لتطويره أو إضافة ميزة جديدة : أطلب ميزة جديدة
- Prerequisite
- Web server with PHP Interpreter , (Xammp Recommended)
-
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 ...).
-
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/
- Participate in improvement
You have a suggestion to develop or add a new feature: Request a new feature