- API to get postal code details - https://api.postalpincode.in/pincode/632011
- Using Google Maps API
https://maps.googleapis.com/maps/api/geocode/json?key={API_KEY}&components=postal_code:110011
https://maps.googleapis.com/maps/api/geocode/json?key={API_KEY}&components=postal_code:110011
su - appuser
5. Install Meteor
wget https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/x86_64/alpine-virt-3.16.2-x86_64.iso
# Get the version you need at https://alpinelinux.org/downloads/
export HTTP_PROXY=http://user:pass@http://proxy_server:proxy_port
server { | |
listen 80; | |
root /var/www/html/drupal; | |
index index.php index.html index.htm; | |
server_name _; | |
location / { |