Using Nginx to build a server with Axure demo prototype in Windows environment

Source: Internet
Author: User
Tags tidy nginx server
1, as a product manager with Axure prototype is one of the basic skills, but each time to copy the prototype files to copy, local view, the phone looks like a page, and so on, these are too low. Then tidy up the previously learned knowledge, decided to set up a small server on their own computer, and then axure each output to the server, so that the local area network users can be very convenient to view, at the same time, Axure also support the output phone format, and the effect is very realistic. It's really the perfect weapon to put on a force. At the same time to build a small server own some of the documents, the meeting can also be very convenient to open and read.

2, about the small server, I inserted a few words, in the general dozens of people of small companies, in fact, with Windows shared folder is actually very convenient, but considering some of the Mac users, in fact, is not so easy to use. So in the current Mac big line of the environment, win and Mac accounted for half of the time, can cloud or cloud, but also convenient. Speaking of this on the project management, progress management and so on what tools to use the topic, another other write an article about my own how to do.

3, first to take a small server, I chose the nginx from Russia, because it is really simple, and easy to use, this goods is an open source server software, mostly used in load balancing, and very good, before the small devil internship, with this over the streaming media server, the ability to leverage. Now I used to do the sharing, is also a overqualified.

1, first to download Nginx bar, I am win8.1 environment so directly download the installation package http://nginx.org/, unzip it can be


2. Then go to the configuration file in the Conf folder nginx.conf

Modify the configuration as follows

location/upload {  //place my file autoindex on        ;  These three sentences are automatically displayed file directory, or in the Welcome page            autoindex_exact_size on;              Autoindex_localtime on;              Alias   d://upload;//Set up a special file folder in D-Disk     }//More about the configuration file, search the Internet a lot of, I will tidy up, here will not write
Also note, Nginx Server, address the Chinese name of the URL I have not a very good way to deal with, so we please name the file in English

3, after these configuration, double-click on the nginx.exe started, here I strongly recommend that you set the boot start, don't say you will not set boot

Run C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup and then drag the Nginx.exe shortcut in, so that the next time you start the nginx. Of course, you can choose to not shut down for a long time, anyway I do.

4, This is this is the result of seeing.

4, good, small server set up, in the future can also put some of your files to others to share to see, very convenient oh, then we should setup axure on the phone display. There are many tutorials on the internet, in fact, many of them are not clear, and very messy, or to configure a very complex environment, I have also written a tutorial, but not well written, here rewrite wrote.

5, casually do something prototype, and then we are familiar with the F8

Note that my output path is Nginx path Oh, then set without sitmap, just don't leave the left navigation bar. Then select Mobile Mobile device. Setting parameters


And then it's generated.

6, then use the mobile phone to access the path page, ip/upload/test/index.html

Then do the following settings

Select Add Desktop. Rename to test.

7, this time your desktop will appear this


See, there's a shortcut to test.

8, the last step, point in


Well, it doesn't look like native apps, you can cheat the program ape.

PS: This method is only available for iOS devices, and to perfect the screen, you need to set the size of the graphics boundary value, that is, a prototype can only adapt to a screen size. But for prototyping tools, it's enough. At the same time I also think, can use bootstrip this kind of adaptive front-end framework to do the prototype of the app, so it can be self-adapting, it appears that the next target appeared, to do an adaptive prototype. If you are interested in a great God, you can contact me to play together.

The above describes the use of Nginx server in Windows environment with Axure Demo prototype, including aspects of the content, I hope that the PHP tutorial interested in a friend helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.