Penziony Jižní Morava - strana 10
Mapa zobrazuje nalezená zařízení na aktuální straně. Přiblížením mapy na úroveň ulic se zobrazí také ostatní zařízení.
Vrbice 456, 691 09 Vrbice (mapa)
Penzion U TŘÍ RŮŽÍ je nově postavené zařízení. Nachází se na Jižní Moravě v malebné vesničce Vrbice… více...
Suchý 113, 680 01 Boskovice (mapa)
Restaurace a pension na Dolech nabízí celoroční ubytování v prostředí Moravského krasu v krásném… více...
Barachov 178, 679 06 Jedovnice (mapa)
Apartmány Wendy Vám nabízí ubytování v obci Jedovnice (Moravský kras) v nově… více...
![](/assets/images/info.png)
Čs. Armády 362, 684 01 Slavkov u Brna (mapa)
HISTORIE Vila byla postavena v roce 1884 architektem Augustem Prokopem jako sídlo majitele… více...
![](/assets/images/info.png)
Lechovice 9, 671 63 Znojmo (mapa)
Restaurace V soukromém středisku chovu koní v Lechovicích naleznete posezení ve stylové country… více...
Vranov 292, 664 32 Vranov (mapa)
Mezi městem Brnem a Moravským krasem, v překrásném koutku přírody, najdete penzion s restaurací… více...
![](/assets/images/info.png)
Suchý 20, 680 01 Boskovice (mapa)
Penzion U PETRA se nachází v Drahanské vrchovině v obci Suchý. Je orientován pro rodinnou rekreaci… více...
![](/assets/images/info.png)
Náměstí Míru 209, 696 42 Vracov (mapa)
Penzion se nachází přímo ve středu městečka Vracova. V jeho těsné blízkosti naleznete hned několik… více...
K Venerii 82, 691 42 Valtice (mapa)
Zámeček La Veneria – 500 let staré sídlo Vrchního lovčího liechtensteinských knížat, se nachází v… více...
![](/assets/images/snidane_vcene.png)
![](/assets/images/info.png)
Doporučujeme navštívit
Vybavení do přírody
![](/assets/images/4camping.png)
Sammy welcomes you to your Droplet!
![](/assets/sammytheshark.gif)
Things to do with this script
This message is coming to you via a simple NodeJS application that's live on your Droplet! This droplet is all set up with NodeJS, PM2 for process management, and nginx.
Run all pm2 commands using the nodejs user or a second instance of pm2 will start. The login and password are stored in the NODE_USER*
values you see when you call cat /root/.digitalocean_passwords
while logged in over SSH.
This app is running at port 3000, and is being served to you by nginx, which has mapped port 3000 to be served as the root URI over HTTP (port 80) -- a technique known as a "reverse proxy." We'll be teaching you how to use this technique right here on this page. If you want to kick the tires right now, try some of these things:
- SSH into your Droplet and modify this script at
/var/www/html/hello.js
and see the results live by callingpm2 restart hello
- Run
pm2 list
to see code scheduled to start at boot time - Run
pm2 delete hello
to stop running this script andpm2 save
to stop it from running on Droplet boot
Get your code on here
- SSH into your Droplet, and
git clone
your NodeJS code onto the droplet, anywhere you like - Note: If you're not using a source control, you can directly upload the files to your droplet using SFTP.
cd
into the directory where your NodeJS code lives, and install any dependencies. For example, if you have apackage.json
file, runnpm install
.- Launch your app by calling
pm2 start <your-file>
, then map the port your app runs on to an HTTP URL by runningnano /etc/nginx/sites-available/default
and adding anotherlocation
. Use the existing entry for the port 3000 "hello" app as a basis. - Call
sudo systemctl restart nginx
to enable your new nginx config. - Call
pm2 save
to schedule your code to run at launch. - Repeat these steps for any other NodeJS apps that need to run concurrently -- schedule them to run at boot time on whatever internal port you like using PM2, then map that port to an HTTP/HTTPS URL in the nginx config. Build out the URL directory structure you need by mapping applications to URL paths; that's the reverse proxy method in a nutshell!
Get production-ready
There's a lot you'll want to do to make sure you're production-ready.
- Set up a non-root user for day-to-day use
- Review your firewall settings by calling
sudo ufw status
, and make any changes you need. By default, only SSH/SFTP (port 22), HTTP (port 80), and HTTPS (port 443) are open. You can also disable this firewall by callingsudo ufw disable
and use a DigitalOcean cloud firewall instead, if you like (they're free). - Register a custom domain
- Have data needs? You can mount a volume (up to 16TB) to this server to expand the filesyem, provision a database cluster (that runs MySQL, Redis, or PostgreSQL), or use a Space, which is an S3-compatible bucket for storing objects.
Užitečné odkazy
- Penziony Jižní Morava: Dovolená s dětmi
- Penziony Jižní Morava: Romantické ubytování
- Penziony Jižní Morava: Luxusní ubytování
- Penziony Jižní Morava: Ubytování na venkově
- Penziony Jižní Morava: Aktivní dovolená
- Penziony Jižní Morava: Na horách
- Penziony Jižní Morava: Golf
- Penziony Jižní Morava: Wellness pobyty
- Penziony Jižní Morava: Pro gurmány
- Penziony Jižní Morava: Vhodný pro cyklisty
- Penziony Jižní Morava: V centru města
- Penziony Jižní Morava: Levné ubytování