ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Nginx Automation

    IT Discussion
    nginx web servers automation
    3
    5
    1.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • antonitA
      antonit
      last edited by antonit

      Looking to do an automation script to install an Nginx web server for a job interview and was curious how I should do it to really impress the employer. Thoughts?

      1 Reply Last reply Reply Quote 1
      • scottalanmillerS
        scottalanmiller
        last edited by

        I think we'd need more info because this is all that is needed:

        yum -y install nginx
        
        1 Reply Last reply Reply Quote 0
        • antonitA
          antonit
          last edited by antonit

          Sorry bout that. Here's the stipulations:

          The nginx server should:

          a) serve requests over port 8000
          b) serve a page with the content of the following repository: https://github.com/-----/exercise-webpage. (page from the repository must be served locally)
          c) Please explicitly state all assumptions (e.g. Only runs on RHEL6)

          I know I can write a bash script, but is that a way to impress, or should I use an automation tool?

          JaredBuschJ 1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @antonit
            last edited by

            @antonit said:

            I know I can write a bash script, but is that a way to impress, or should I use an automation tool?

            Well that really depends on what the employer is after.

            antonitA 1 Reply Last reply Reply Quote 0
            • antonitA
              antonit @JaredBusch
              last edited by

              @JaredBusch They are just looking for me to automate the process. I can use any automation tool or language.

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post