arafeh94 / pms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USP website

TO CLONE AND RUN YOU MUST FULFILL THOSE REQUIREMENTS FIRST

  1. php must be included in the environment path
  2. git must be installed and reachable from cmd
  3. mysql must be installed and reachable from cmd
  4. make sure that mode_rewrite enabled in your apache config
  5. open txt file and past this code
git clone https://github.com/arafeh94/usp
cd usp
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php
php -r "unlink('composer-setup.php');"
php composer.phar install
yii migrate

About

License:Other


Languages

Language:PHP 85.7%Language:TSQL 10.8%Language:CSS 1.6%Language:JavaScript 1.5%Language:Batchfile 0.3%