This is Ranyuen web site application.
- Clone this repository.
git clone https://github.com/Ranyuen/web.git
- Install PHP dependencies.
./composer.phar install --no-dev
- Migrate DB.
SERVER_ENV=production vendor/bin/phpmig migrate
- Attache Apache DocumentRoot to the repo's root directory.
That's all.
-
Install PHP, node.js, Ruby and Git on your Linux.
sudo apt-get install php5 nodejs git
-
Clone this repository.
-
Install dependencies.
bin/deps install ./composer.phar install
-
Start the server.
sudo php -S 0.0.0.0:80 index.php
You MUST understand what we do, and what you do.
Build files.
gulp build
Lint and run tests.
gulp test
Deploy.
gulp deploy
Staging.
gulp staging