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
- Host: GitHub
- URL: https://github.com/zhukmax/phalconserver
- Owner: ZhukMax
- License: apache-2.0
- Created: 2016-08-08T17:27:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T16:45:44.000Z (about 8 years ago)
- Last Synced: 2025-04-03T06:41:45.164Z (6 months ago)
- Topics: composer, mariadb, mysql, phalcon, php, phpmyadmin, postgresql, redis, ubuntu-server
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 10
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`