Navigation

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

    Nginx Automation

    IT Discussion
    automation nginx web servers
    3
    5
    1442
    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.
    • antonit
      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
      • scottalanmiller
        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
        • antonit
          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?

          JaredBusch 1 Reply Last reply Reply Quote 0
          • JaredBusch
            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.

            antonit 1 Reply Last reply Reply Quote 0
            • antonit
              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
              • First post
                Last post