{"id":22653918,"url":"https://github.com/bebagodfried/lampp-ng","last_synced_at":"2025-03-29T07:40:50.837Z","repository":{"id":211502433,"uuid":"699667029","full_name":"bebagodfried/lampp-ng","owner":"bebagodfried","description":"LAMP Stack NG is a powerful combination of Apache/Httpd, MySQL/MariaBD, PHP, PhpMyAdmin, Composer...","archived":false,"fork":false,"pushed_at":"2024-06-16T14:15:24.000Z","size":19781,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T21:33:50.397Z","etag":null,"topics":["http-server","httpd-server","lamp-server","lamp-setup","lamp-stack","lampp","lampp-stack","linux-apache2","linux-lamp","linux-php","linux-server","local-server","localhost"],"latest_commit_sha":null,"homepage":"https://bebagodfried.github.io/lampp-ng/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bebagodfried.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-03T05:09:21.000Z","updated_at":"2024-09-05T15:30:46.000Z","dependencies_parsed_at":"2024-12-09T09:33:35.727Z","dependency_job_id":"f8681941-83ea-4404-b13d-28ea5717e98b","html_url":"https://github.com/bebagodfried/lampp-ng","commit_stats":null,"previous_names":["bebagodfried/lamp-ng","bebagodfried/lampp-ng"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bebagodfried%2Flampp-ng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bebagodfried%2Flampp-ng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bebagodfried%2Flampp-ng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bebagodfried%2Flampp-ng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bebagodfried","download_url":"https://codeload.github.com/bebagodfried/lampp-ng/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246156025,"owners_count":20732357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http-server","httpd-server","lamp-server","lamp-setup","lamp-stack","lampp","lampp-stack","linux-apache2","linux-lamp","linux-php","linux-server","local-server","localhost"],"created_at":"2024-12-09T09:30:39.523Z","updated_at":"2025-03-29T07:40:50.808Z","avatar_url":"https://github.com/bebagodfried.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"**LAMP Stack** is a powerful combination of four open-source technologies that web developers use to build websites and web applications but with my **NG Edition** that support Debian, RPM, Arch and SUSE Bases, it comme with more components like:\n- composer,\n- firewall,\n- php-common,\n- ...\n\n### Requiered :\n- **Linux**: The **operating system** layer.\n\n### We'll install:\n1. **Apache/Httpd**: The **web server** layer. Apache serves as the bridge between the user's browser and the backend application. It handles requests, processes them, and delivers web content to users.\n\n2. **MySQL/MariaBD**: The **database server** layer. It's where information like user profiles, product details, and other dynamic content resides. Developers use SQL queries to interact with the database.\n\n3. **PHP**: The **programming language** layer. PHP is a server-side scripting language. It processes requests, interacts with the database, and generates dynamic web pages. It's commonly used for building web applications.\n\n### Optionnaly\n4. **phpMyAdmin**: a **free and open-source administration tool** designed for managing **MySQL** and **MariaDB** databases. Written primarily in **PHP**, it provides a web-based interface for various database operations like:\n\n    - **Database Administration**: You can perform common tasks such as creating, copying, dropping, renaming, and altering databases, tables, fields, and indexes.\n\n    - **SQL Execution**: phpMyAdmin allows you to execute and edit SQL statements directly. You can also bookmark frequently used queries.\n\n    - **User Account Management**: Manage MySQL user accounts and their privileges.\n\n    - **Import and Export Data**: Import data from CSV and SQL files, and export data to various formats including CSV, SQL, XML, PDF, and more.\n\n    - **Visual Database Layout**: Create graphics representing your database schema in different formats.\n\n5. **Composer** is an **open-source dependency management tool** for **PHP**.\n\n6. **Firewall**: securing servers access\n\n7. **php-common**: a package that includes common files for PHP packages. It contains utilities shared among all packaged PHP versions.\n\n8. more features coming soon ...\n\n### How-to MySQL DB Configurations\n\n- **Creating a `root` users** \u003cbr\u003e\nCREATE USER 'root'@'%' IDENTIFIED BY 'root'; \u003cbr\u003e\nGRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;\n\u003cbr\u003e\u003cbr\u003e\n\n- **Remove anonymous users** \u003cbr\u003e\nDROP USER 'anonymous';\n\u003cbr\u003e\u003cbr\u003e\n\n- **Remove test database and access to it** \u003cbr\u003e\nDROP DATABASE 'test';\n\u003cbr\u003e\u003cbr\u003e\n\n- **Reload privilege tables** \u003cbr\u003e\nFLUSH PRIVILEGES;\n\n#### Tested on:\n- fedora 38/39\n\n\u003chr\u003e\n\n- **Full Changelog**: [here](https://github.com/bebagodfried/lampp-ng/commit/1d95bf51f8ab33015e3b37d0c8903aad6dca2e43)\n\n- **Feedback** \nPlease report issues and feature requests [here](https://github.com/bebagodfried/lampp-ng/issues).\n\n\u003chr\u003e\n\n**\u003cu\u003eLicense\u003c/u\u003e**: [MIT License](https://github.com/bebagodfried/lampp-ng/blob/3818009932ae7276ab021e1eff83153924948cf3/license) |\n**\u003cu\u003eAuthor\u003c/u\u003e**: [Béba Godfried A.](dev@bebagodfried.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbebagodfried%2Flampp-ng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbebagodfried%2Flampp-ng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbebagodfried%2Flampp-ng/lists"}