โ† Back to Home

DevKit 1.0.0 for Linux

Complete PHP development stack - Pre-configured, production-ready, zero hassle

โฌ‡ Download .deb Package
Size: 240 MB
Architecture: amd64 (64-bit)
Format: Debian Package (.deb)
Compatible: Ubuntu 20.04+, Debian 11+, Mint 20+

Installation Instructions

Choose your preferred installation method

๐Ÿ’ป Via Terminal (Recommended)

Download and install using command line:

cd ~/Downloads sudo dpkg -i devkit_1.0.0_amd64.deb sudo apt-get install -f

The last command fixes any missing dependencies automatically.

๐Ÿ–ฑ๏ธ Via Software Center

Install using graphical interface:

  • Download the .deb package
  • Double-click the downloaded file
  • Click "Install" in Software Center
  • Enter your password when prompted

โšก One-Line Install

Quick installation after download:

sudo apt install ~/Downloads/devkit_1.0.0_amd64.deb

This command handles dependencies automatically on newer systems.

โœ“ After Installation

Launch DevKit from your applications menu or run devkit in terminal.

What's Included

Everything you need for PHP development in one package

๐Ÿ˜

PHP 8.3 (Latest)

Modern PHP with FastCGI Process Manager for optimal performance.

  • curl, mbstring, xml extensions
  • zip, gd for image processing
  • mysql, mysqli, pdo_mysql
  • redis extension included
  • OPcache enabled by default
๐Ÿ—„๏ธ

MariaDB 11.8 LTS

Drop-in MySQL replacement with better performance and features. Includes phpMyAdmin 5.2 for easy database management.

  • Full MySQL compatibility
  • InnoDB storage engine
  • UTF-8 character support
  • Optimized for development
  • Pre-configured phpMyAdmin access
๐ŸŒ

Nginx 1.28

High-performance web server with PHP-FPM integration.

  • Optimized for PHP applications
  • Fast static file serving
  • Clean URL support
  • Custom error pages
  • Easy virtual host setup
โšก

Redis 7.2

In-memory data store for caching and session management.

  • Ultra-fast caching layer
  • Session storage backend
  • Queue management
  • PHP extension included
  • Persistence configured
๐Ÿ“ฆ

Composer 2.x

Modern PHP dependency manager included and ready to use.

  • Install packages with ease
  • Manage project dependencies
  • Autoloading support
  • Integrated with PHP
  • Optional PATH integration
๐Ÿ–ฅ๏ธ

Control Panel

Simple GUI to manage all services from one place.

  • Start/stop services easily
  • View service status
  • Quick access to logs
  • One-click phpMyAdmin
  • System tray integration

Technical Specifications

Detailed package information

Package Details

Name: devkit_1.0.0_amd64.deb
Size: 240 MB
Installed Size: ~500 MB
Architecture: amd64

System Requirements

OS: Ubuntu 20.04+, Debian 11+, Mint 20+
RAM: 512MB minimum, 1GB recommended
Disk: 500MB free space
CPU: 64-bit processor

Default Ports

HTTP: 8080 (Nginx)
MySQL: 3306 (MariaDB)
Redis: 6379
PHP-FPM: Unix socket

Installation Path

Base: /opt/codeseasy/devkit
Config: /opt/codeseasy/devkit/var/config
Logs: /opt/codeseasy/devkit/var/log
Data: /opt/codeseasy/devkit/var/data

Default Credentials

MySQL User: root
MySQL Password: (empty)
phpMyAdmin: Same as MySQL
Note: For development only

Project Directory

Web Root: /opt/codeseasy/devkit/services/nginx/html
Place your PHP files here
Access: http://localhost:8080
Writable by user