keyla.today is a daily news website related to football around the world in Khmer language. It is integrated with PHP CodeIgniter framework.
-
Clone project to your development workspace
cd ~/path/to/development/workspace git clone https://github.com/manmath/keyla.today.git local.keyla.today
-
Navigate to your project path
cd ~/path/to/development/workspace/local.keyla.today
-
Run composer to install dependencies
composer install --prefer-dist -vvv
-
Start docker containers
vendor/bin/dockerci up -d
-
Add host
0.0.0.0 local.keyla.today test.local.keyla.today
Enjoy: http://local.keyla.today
-
Install node dependencies
npm install
-
Install web package managers
bower install
-
Compile resources
grunt build
When working on
*.scssor*.jsfiles. Rungruntorgrunt watchto watch the changes and do auto compile.
(c) Man Math - 2017