Skip to content
This repository was archived by the owner on Jun 18, 2018. It is now read-only.

Repository files navigation

DevA - Development Area

I've decided to use Docker instead as they now have better integration with macOS with a hypervisor:

Take a look at DevA2.


Build StatusChecked with Shellcheck

Configures a macOS or Ubuntu machine with the required packages and services for web development.

DevA

Packages & Services Included

  • Nginx
  • PHP 7.2
  • MySQL 5.7
  • NodeJS
  • Phalcon Extension
  • Phalcon DevTools
  • Composer
  • MongoDB

Requirements

  • For macOS: High Sierra or newer
  • For Linux: Ubuntu 16.04 or newer

Setup

Run the following command in the Terminal:

curl -SsL https://raw.githubusercontent.com/mignz/DevA/master/install > ~/deva-inst && chmod +x ~/deva-inst && ~/deva-inst

or

wget https://raw.githubusercontent.com/mignz/DevA/master/install -O ~/deva-inst && chmod +x ~/deva-inst && ~/deva-inst

Run the Control Panel

The DevA control panel is a CLI application so it must be run from the Terminal using the following command:

$ dev

Updating DevA

If there is a new update available, go to the "Check for updates" page in the DevA control panel to automatically update.

Database Access

MySQLMongoDB
Address127.0.0.1127.0.0.1
Port330627017
Usernamerootroot
Passwordroot
Remote AccessNoNo
macOS Start/Restart$ brew services restart mysql$ brew services restart mongodb
Linux Start/Restart$ sudo service mysql restart$ sudo service mongodb restart

About

Bundle for macOS High Sierra or Ubuntu with the necessary packages and configuration for web development.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages