M
M
Margo19642016-12-23 06:05:10
css
Margo1964, 2016-12-23 06:05:10

How to show the layout to the client without uploading it to the hosting?

Is there a way to quickly raise a public server in a folder and get a public ip so as not to constantly upload the layout to the hosting server?

Answer the question

In order to leave comments, you need to log in

9 answer(s)
I
Ivan Bogachev, 2016-12-23
@Margo1964

There is a rather interesting combination of browsersync + localtunnel . The first tool is used by itself during layout, and if you need to show something, you share what you are doing in one command and send the link to the client. He watches, then you turn everything off. From the amusing - browsersync continues to work properly, your browser and the client's browser are connected - scrolling, button presses, all actions that entail adding / removing classes from elements - you see everything that the client is looking at and you can show something yourself. It can be convenient when communicating in skype/hangouts at the same time. For all this, neither hosting, nor white ip, nor normal hardware is needed.

A
Alexey S., 2016-12-23
@Winsik

Извиняюсь, а что jpeg-ги с pdf-ками отменили ? кто ж вёрстку показывает на живую , сопрут же )))
p.s. А так ничего ж особенного нет , если ip-шник у вас нормальный, а не местного провайдера, то сделайте проброс на свою машину на какой-либо порт и обращайтесь как то так http://194.87.0.50:8085/vasya.html
вот сервачёк для винды www.denwer.ru

Пума Тайланд, 2016-12-23
@opium

У провайдера получите айпи публичный и поднимите у себя веб сервер

X
xmoonlight, 2016-12-23
@xmoonlight

1. Если делаете загрузку (обновление) по SFTP - то загружаются только обновлённые файлы и происходит это очень быстро.
2. Можно поставить TeamViewer и показать на своём ПК.
3. Виртуалка с браузером в режиме киоска и расшаренной для Вас папкой, куда локально будете скидывать новую версию (или можно примэппить папку с хост-ПК на виртуалку).

Евгений Вольф, 2016-12-23
@Wolfnsex Куратор тега CSS

Есть ли способ быстро поднять публичный сервер в папке и получит общедоступный ip, чтобы не загружать постоянно верстку на сервер хостинга?

Yes, check with your ISP if it provides "white" IPs, and if so, how to get it. Then you raise any HTTP server, Nginx, Apache, Lighttpd, IIS, etc., they are usually set up quite simply, especially when no extras are needed. gizmos.
In general, I would recommend that you set up a Git hook and enjoy auto-deploy, or if you’re just too lazy or don’t want to use / configure Git, you can use a ready-made program,
1. Under Windows : this (or look for analogues, there are quite a few of them I came across)
2. Under Linux :
a) Mount the FTP server in the file system
b) Use inotify
c) We write 5 lines of a script that will copy the changed files to FTP (or skip point A and use some console FTP client)
PS For security reasons, I have a web server on my computer for the sake of such nonsense, I would not raise became. Besides, "white" IP is usually not free. It seems to me that it's much easier to set up auto-deploy (especially for Windows) than to bother with IP's.
PPS If you still decide to raise a web server locally, I recommend that you additionally buy some domain for $ 1 (any), for this matter. It will make life much easier, and will make it possible to use subdomains for additional. sites.

G
Grigory Vasilkov, 2016-12-23
@gzhegow

Skype,
TeamViewer screen sharing
Stupidly send a screenshot
Buy your own hosting
Upload to github pages
Any of these and I think there are a dozen more ways

S
Sanes, 2016-12-23
@Sanes

No, when it comes to code. The layout result can be shown in visible or screenshots.

P
Pyotr Kuzmichev, 2016-12-23
@johnnykramer

cry

F
Frel, 2016-12-23
@Frel

github pages

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question