Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manmath/keyla.today
Football website base in Khmer language.
https://github.com/manmath/keyla.today
codeigniter football-news keyla website
Last synced: 9 days ago
JSON representation
Football website base in Khmer language.
- Host: GitHub
- URL: https://github.com/manmath/keyla.today
- Owner: manmath
- License: mit
- Created: 2017-05-24T14:53:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T16:09:35.000Z (over 7 years ago)
- Last Synced: 2024-09-17T16:24:41.075Z (about 2 months ago)
- Topics: codeigniter, football-news, keyla, website
- Language: PHP
- Homepage: http://www.keyla.today
- Size: 500 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Overview
keyla.today is a daily news website related to football around the world in Khmer language. It is integrated with PHP CodeIgniter framework.
# Maintainer
* [Man Math]([email protected])
# Development prerequisites
* PHP version >= 5.6.0
* [Composer](https://getcomposer.org/)
* [Docker](https://docker.com/)
* [Grunt](https://gruntjs.com/)
* [Node JS](https://nodejs.org/en/)
* [Bower](https://www.npmjs.com/package/bower)
* [Compass](http://compass-style.org/install/)# Development setup with Docker
1. Clone project to your development workspace
```bash
cd ~/path/to/development/workspace
git clone https://github.com/manmath/keyla.today.git local.keyla.today
```
2. Navigate to your project path```bash
cd ~/path/to/development/workspace/local.keyla.today
```3. Run composer to install dependencies
```bash
composer install --prefer-dist -vvv
```4. Start docker containers
```bash
vendor/bin/dockerci up -d
```5. Add host
```bash
0.0.0.0 local.keyla.today test.local.keyla.today
```> Enjoy: http://local.keyla.today
# Working with `Grunt`
1. Install node dependencies
```bash
npm install
```2. Install web package managers
```bash
bower install
```
3. Compile resources```bash
grunt build
```> When working on `*.scss` or `*.js` files. Run `grunt` or `grunt watch` to watch the changes and do auto compile.
# Copyright
(c) Man Math - 2017