project currency-converter
evaldas/currency-converter
- Monday, November 9, 2015
- by evaldaskocys
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
CurrencyConverter
, (*1)
PHP application that converts amount from one currency to another., (*2)
A Symfony project created on June 29, 2015, 9:24 pm., (*3)
Requirements
- Composer
php -r "readfile('https://getcomposer.org/installer');" | php
sudo mv composer.phar /usr/local/bin/composer
- NodeJS with NPM
- Globally installed Grunt-CLI and Bower packages via NPM
sudo npm install -g grunt-cli bower
- Ruby
-
sudo apt-get install ruby
on Debian based systems
- Use Ruby Installer on Windows
- Mac OS X is shipped with Ruby preinstalled
- Compass
Setting up
-
composer install
to install composer dependencies which are defined in composer.json
-
npm install
to install node packages which are defined in package.json file
-
bower install
to install bower components which are defined in bower.json file
-
grunt
runs jshint and build tasks (concatinates and uglifies js files, optimises images, compiles stylesheets)
Usage
-
php app/console doctrine:schema:update --force
to create database schema
-
php app/console currency:rates:update
turn everyday cron tab on for this command to insert currencies to database daily
dev-master
9999999-dev
Sources
Download
proprietary
The Requires
The Development Requires