2017 © Pedro Peláez
 

project radphp-demo

RadPHP demo application

image

radphp/radphp-demo

RadPHP demo application

  • Thursday, November 26, 2015
  • by atkrad
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

RadPHP demo

RadPHP Demo license, (*1)

A sample project for creating applications based on RadPHP framework., (*2)

Installation

With Vagrant and Docker (Recommended):

  1. First make sure you have Vagrant and Docker
  2. Execute git clone git@github.com:radphp/radphp-demo.git [app-name]
  3. Change directory to [app-name]
  4. Make sure you don't have web server running (If you need help!)
  5. Just run vagrant up
  6. Go to you container with vagrant ssh
  7. Change directory to you virtual gost root directory with cd /srv/www
  8. Execute composer update
  9. Then open http://127.0.0.1/ in your browser

With your own installation of web server and PHP:

  1. First make sure you have Composer
  2. Run composer create-project -s dev --prefer-dist radphp/radphp-demo [app_name]
  3. Put [app_name] directory somewhere in your web root directory
  4. Create a virtual host config file in your web server and point it's root directory to web directory of [app_name]
  5. Add your defined SERVERNAME in front of 127.0.0.1 line in your /etc/hosts
  6. Then open http://SERVERNAME/ in your browser

Bitdeli Badge, (*3)

The Versions

26/11 2015

dev-master

9999999-dev

RadPHP demo application

  Sources   Download

MIT

The Requires

 

The Development Requires

by Omid Mottaghi Rad

demo restful radphp