phpCornerstone

Documentation

Getting Started

  1. Download phpCornerstone and unzip to a directory where you can run PHP 5.3+
  2. Install dependencies by running composer install* in the root directory
    • *Or follow these steps if you do not currently use Composer
    • Navigate to the root folder of the project in terminal
    • Get the Composer executable using the following command: curl -sS https://getcomposer.org/installer | php
    • Install dependencies using the following command: php composer.phar install
  3. Give write permissions for the storage directory: chmod -R 777 storage

That's it! Load it in your browser and you should see the same page you see at phpCornerstone.com.

Requirements

phpCornerstone was built on the Apache server, with PHP 5.3 and above. To use it on other web servers you only need to replace the .htaccess file and rewrite the traffic to the index.php file with your preferred server's rewrite method.

File Structure

phpCornerstone users the following folder structure to organize your code: