Skip to content

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

License

Notifications You must be signed in to change notification settings

ZhukMax/PhalconServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages