Skip to content

Instantly share code, notes, and snippets.

JavaScript Test Task
The web application should meet the following requirements:
1. A search bar for cities
2. Search results with weather information
3. A list of saved cities
4. Current position weather
Points to consider:
- Application structure
@alksily
alksily / readme.md
Created March 1, 2019 12:20
Debian Nginx+PHP7+MySQL+Redis

Add additional repositories by edit file /etc/apt/sources.list for each link add contrib non-free after main

Update:
apt-get update

Optional:
apt-get install mc htop build-essential

Install one command line:
apt-get install nginx-extras php7.0-cli php7.0-fpm php7.0-mysql php7.0-curl php7.0-gd php7.0-json php7.0-mcrypt php7.0-sybase php7.0-mbstring php7.0-redis redis-server mysql-server mysql-client