phidias / rack.project
Working installation of phidias/rack.api
1.0.0
2016-08-19 17:17 UTC
Requires
- phidias/documentation.api: *
- phidias/rack.api: *
This package is not auto-updated.
Last update: 2025-01-25 00:37:40 UTC
README
Step 1: Create the project
composer create-project phidias/rack.project <target folder>
Got an error? Step 1.1: Add a custom composer repository
Some packages are hosted in a private repository. Within the target folder you can add a private repository to your project and install missing packages:
cd <target folder>
composer config repositories.REPOSITORY_NAME composer REPOSITORY_URL
composer install
Step 2: Edit configuration settings
Look at all files inside the /configuration folder and edit as necessary
Step 4: Run the installation script
This script will create the database
./install.sh
Step 5: publish
Make the /public directory available through a web server.
An apache configuration file is available in /apache/phidias-rack.conf