Kollus Upload Proxy Application for Some Company.
- php 5.5 above
- composer
Unzip source after in which you want to install Application.
wget https://github.com/yupmin-ct/kollus-upload-proxy/archive/0.0.X.tar.gz
tar xvfz kollus-upload-proxy-0.0.X.tar.gz
cd kollus-upload-proxy
Install composer
curl -sS https://getcomposer.org/installer | php
Run this command from the directory
php composer.phar update
chmod 777 logs cache
And Setting Web configuration.
Run this command from the directory for Doctrine console After creating config.yml and Setting Databas
cp .config.yml config.yml
And Edit config.yml
nano config.yml
And Init database.
php vendor/bin/doctrine orm:schema-tool:update --force
That's it!
- /{service_account_key}/upload/create_url
- /{service_account_key}/upload/channel_callback
- /{service_account_key}/upload/list
php src/console clear-callback-data serviceAccountKey [afterSeconds]
php vendor/bin/doctrine orm:schema-tool:drop --force
php vendor/bin/doctrine orm:schema-tool:create