Skip to content

air-php/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

The Air website, located at http://airphp.org.

Quick start guide

You can get the Air website up and running through Docker in five easy steps:

  1. Clone the repository into a local directory.
  2. Run composer install.
  3. Run docker-compose up -d.
  4. In your hosts file, point airphp.org to the IP address of your Docker instance.
  5. Visit http://airphp.org and it will now be pointing to your local project.

Please note that for the above to work you will need Composer, Docker and Docker Compose already setup.