Recommend this page to a friend! |
Classes of Stefan Ninic | Online PHP Currency Converter | readme.md | Download |
|
DownloadOnline Currency ConverterFree online tool used to convert from one currency to another. Requirements1. Composer as package manager 2. Redis for cache operations 3. GIT - optional software Before you begin please ensure that you have required technologies installed and ready to use. How to setup applicationUse GIT to pull this repository into your desired server directory or if you don't have or don't know how to use GIT download this repo manually. Second, change working directory to application and use Before you can use application you must start Redis server with default parameters.
Go to your terminal and type Still in your application root folder execute Congratulations, you have finished setting up your application and redis database. You can start using it, point your browser to your application domain. Additional setupWe'll assume that you use Apache web server. For gzip compression and caching to work you must enable following Apache modules: - mod_expires - mod_gzip - mod_deflate - mod_headers If you don't use Apache please consult your web server software provider documentation to how to enable those features. |