An open API service indexing awesome lists of open source software.

https://github.com/zhukmax/phalconserver

Bash file for help to setup server with php7, sql & phalcon
https://github.com/zhukmax/phalconserver

composer mariadb mysql phalcon php phpmyadmin postgresql redis ubuntu-server

Last synced: 6 months ago
JSON representation

Bash file for help to setup server with php7, sql & phalcon

Awesome Lists containing this project

README

          

# PhalconServer
Bash file for help to setup Ubuntu (Debian) server with PHP7, PostgreSQL or MySQL (MariaDB), Redis, Phalcon PHP, Composer

# Use
* `git clone https://github.com/ZhukMax/PhalconServer.git`
* `sudo chmod +x PhalconServer/phserver.sh`
* `sudo ./PhalconServer/phserver.sh`
* *answer the questions*

Also you can use keys with script:
* --default (*Install with defaut settings: Mysql, without Redis, with phpMyAdmin*)
* --help *or* -h
* --postgresql *or* -p
* --mysql *or* -m
* --with-redis *or* -r
* --memcached
* --without-pma (don't install phpMyAdmin)
* --without-db (don't install DataBase)

Example: `sudo ./PhalconServer/phserver.sh --mysql --with-redis`