All Projects → bjarn → Jale

bjarn / Jale

Licence: gpl-3.0
Jale is a blazing fast local development environment for MacOS written in Typescript.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Jale

Lnmp
Support: Nginx 1.12/1.13 + MySQL 5.5/5.6/5.7/8.0(MariaDB 5.5/10.0/10.1/10.2/10.3) + PHP 5.4/5.5/5.6/7.0/7.1/7.2 + phpMyAdmin(Adminer)
Stars: ✭ 262 (+991.67%)
Mutual labels:  mysql, mariadb, nginx
Oneinstack
OneinStack - A PHP/JAVA Deployment Tool
Stars: ✭ 1,983 (+8162.5%)
Mutual labels:  mysql, mariadb, nginx
Dockerweb
A docker-powered bash script for shared web hosting management. The ultimate Docker LAMP/LEMP Stack.
Stars: ✭ 89 (+270.83%)
Mutual labels:  mysql, mariadb, nginx
Guacamole Install Rhel 7
Apache Guacamole installation bash script for RHEL 7 and CentOS 7 including options for Nginx, HTTPS, SSL, LDAP, Let's Encrypt certificates and more
Stars: ✭ 174 (+625%)
Mutual labels:  mysql, mariadb, nginx
wp-cli-dev
🛠 WP-CLI development environment that allows for easy development across all packages
Stars: ✭ 29 (+20.83%)
Mutual labels:  environment, local, development-environment
Lnmp
LEMP stack/LAMP stack/LNMP stack installation scripts for CentOS/Redhat Debian and Ubuntu
Stars: ✭ 2,488 (+10266.67%)
Mutual labels:  mysql, mariadb, nginx
Lnmp
LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RHEL/Fedora/Aliyun/Amazon、Debian/Ubuntu/Raspbian/Deepin/Mint Linux VPS或独立主机安装LNMP(Nginx/MySQL/PHP)、LNMPA(Nginx/MySQL/PHP/Apache)、LAMP(Apache/MySQL/PHP)生产环境的Shell程序。
Stars: ✭ 2,119 (+8729.17%)
Mutual labels:  mysql, mariadb, nginx
Webinoly
Optimized LEMP Web Server to manage your WordPress, PHP, or simple HTML sites running on a powerful NGINX setup.
Stars: ✭ 254 (+958.33%)
Mutual labels:  mysql, mariadb, nginx
Devilbox
A modern Docker LAMP stack and MEAN stack for local development
Stars: ✭ 3,598 (+14891.67%)
Mutual labels:  mysql, mariadb, nginx
Typeorm
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Stars: ✭ 26,559 (+110562.5%)
Mutual labels:  mysql, mariadb
Nzedb
nZEDb - a fork of nnplus(2011) | NNTP / Usenet / Newsgroup indexer.
Stars: ✭ 556 (+2216.67%)
Mutual labels:  mariadb, nginx
React Express Fullstack
Full stack (mostly unopinionated) starter pack with React+Redux and Expressjs
Stars: ✭ 23 (-4.17%)
Mutual labels:  mysql, nginx
Opman Django
💯✅自动化运维平台:CMDB、CI/CD、DevOps、资产管理、任务编排、持续交付、系统监控、运维管理、配置管理
Stars: ✭ 539 (+2145.83%)
Mutual labels:  mysql, nginx
Blog
Jiajun的编程随想
Stars: ✭ 528 (+2100%)
Mutual labels:  mysql, nginx
Mariadb4j
MariaDB Embedded in Java JAR
Stars: ✭ 579 (+2312.5%)
Mutual labels:  mysql, mariadb
Tadpolefordbtools
Stars: ✭ 523 (+2079.17%)
Mutual labels:  mysql, mariadb
Phpmyadmin
A web interface for MySQL and MariaDB
Stars: ✭ 5,750 (+23858.33%)
Mutual labels:  mysql, mariadb
Docker Testing
Stars: ✭ 18 (-25%)
Mutual labels:  mysql, nginx
Centminmod
CentOS Shell menu based Nginx LEMP web stack auto installer (GPLv3 licensed)
Stars: ✭ 519 (+2062.5%)
Mutual labels:  mariadb, nginx
Dbshield
Database firewall written in Go
Stars: ✭ 620 (+2483.33%)
Mutual labels:  mysql, mariadb

Jale Build Status

A blazing fast local development environment for MacOS* written in Typescript.
*soon to be cross-platform!

What is Jale?

Jale (Just Another Local Environment) allows you to setup a complete local development environment in just a couple of seconds. Literally the only thing you have to do is run jale install and you're done.

Walk through the installation steps, which allow you to select which PHP versions (multiple!) you'd like to run or which kind of database server (i.e. MySQL 5.6 or 8.0, but also MariaDB).

Jale is currently still under heavy development and not ready to be used as your daily driver. However, it works but lacks error messages, useful notices and yes, might contain bugs.

Services are using optimized configs (credits to Valet+) to improve the performance of your local development environment.

Why Jale?

It has a completely different approach compared to services like Laravel Valet and aims to be both flexible and performant.

Instead of using a single 'server.php' file which proxies every request, we just use Nginx configuration files per site. Don't be afraid though! We made it as easy as possible. It is also possible to select an optimized app template for i.e. Laravel, Magento or Wordpress (and more to come!).

Included services

The following services are currently installed by Jale. Services marked with a * are optional, you can uncheck them ;-).

  • Nginx
  • Dnsmasq
  • PHP (7.1, 7.2, 7.3, 7.4 and 8.0)
  • MySQL (MySQL 5.7, 8.0 and MariaDB)
  • Redis*
  • Elasticsearch*

Dev tools

The following development tools are included.

Migrating from...?

Are you migrating from Valet or Valet+? Check out the following wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].