PHP Classes

File: init-app.sh

Recommend this page to a friend!
  Classes of Gjero Krsteski   PHP Nuclear Reactor   init-app.sh   Download  
File: init-app.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Nuclear Reactor
Asynchronous RESTful API using ReactPHP and PIMF
Author: By
Last change: Update of init-app.sh
Date: 5 years ago
Size: 305 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash ## Install ReactPHP and PIMF micro frameworks curl -s http://getcomposer.org/installer | php php composer.phar update php composer.phar install php composer.phar dump-autoload --optimize ## Create SQLite table chmod +x create-table.php php create-table.php chmod +x run-server.php