• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    FOG 1.0.1 RC install on Ubuntu Server 14.04

    Scheduled Pinned Locked Moved
    Tutorials
    4
    6
    4.3k
    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.
    • K
      Karl Keppner
      last edited by

      I’ve updated my previous 1.0.0 on Ubuntu 14.04 to 1.0.1 and did a screen capture for all the noobs like me.

      [media=youtube]lUL-pPKWjeU[/media]

      [SIZE=6][B]Install FOG 1.0.1 on Ubuntu 14.04[/B][/SIZE]

      This tutorial is not a one size fits all. It may need to be adjusted to fit your environment. Please see the wiki, forum, and manual at fogproject.org if you need to modify it.

      Install Ubuntu 14.04 with OpenSSH and LAMP packages
      Set root password and switch to root
      [CODE]sudo passwd root
      su root[/CODE]

      Setup your NIC
      [CODE]nano /etc/network/interfaces[/CODE]
      [CODE]auto eth0
      iface eth0 inet static
      address x.x.x.x
      netmask x.x.x.x
      gateway x.x.x.x
      dns-search example.com
      dns-nameservers x.x.x.x [/CODE]
      Either reboot or restart your network service to enable changes.

      Update your system
      [CODE]apt-get update && apt-get upgrade -y && reboot[/CODE]
      I like to reboot after updates.

      Install FOG
      [CODE]apt-get install -y subversion
      svn co https://svn.code.sf.net/p/freeghost/code/trunk /opt/fog_1.0.1
      cd /opt/fog_1.0.1/bin/
      ./installfog.sh[/CODE]
      For my installation I chose the following options.
      [CODE]2, N, <IP address of fog server>, Y, <IP address of DHCP server>, Y, <IP address of DNS server>, N, N, N, Y or N – your choice, Y, Y, N - Enter you MYSQL root password[/CODE]
      Setup Database via web browser
      [LIST]
      [][url]http://x.x.x.x/fog/management[/url]
      [
      ]Click “Install/Upgrade Now”
      []Default User:
      [LIST]
      [
      ]Username: fog
      []Password: password
      [/LIST]
      [/LIST]
      Back on your server, continue the installation by pressing enter.
      Choose whether or not to notify fog of the installation. It helps them and won’t hurt you.
      If you use a windows server like me for DHCP you must set server options 066 & 067
      [LIST]
      [
      ]Option 066 is the IP or hostname of the FOG Server
      [*]Option 067 is the undionly.kpxe
      [/LIST]

      1 Reply Last reply Reply Quote 0
      • Jaymes DriverJ
        Jaymes Driver Developer
        last edited by

        I don’t know that I recommend using Ubuntu 14.04 but thank you for the guide!

        WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

        1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott
          last edited by

          Definitely nice guide. Thank you,

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          1 Reply Last reply Reply Quote 0
          • U
            UtOpiK
            last edited by

            nice guide.
            Just a little question.
            [SIZE=3]It’s possible to use a hardware DHCP (like my [/SIZE][SIZE=3][FONT=Arial][COLOR=#000000]Asus RT-N66U Router)[/COLOR][/FONT][/SIZE] ? Or we need Linux or Windows dhcp inevitably ?

            1 Reply Last reply Reply Quote 0
            • Jaymes DriverJ
              Jaymes Driver Developer
              last edited by

              [quote=“UtOpiK, post: 29992, member: 24596”]nice guide.
              Just a little question.
              [SIZE=3]It’s possible to use a hardware DHCP (like my [/SIZE][SIZE=3][FONT=Arial][COLOR=#000000]Asus RT-N66U Router)[/COLOR][/FONT][/SIZE] ? Or we need Linux or Windows dhcp inevitably ?[/quote]

              You can use hardware DHCP, you may need to use dnsmasq in hand to help to resolve the boot file but that depends on the capabilities of your dhpc server, if you can manage it, aka log in to an interface, and find the option 66 and option 67 to supply you should be fine with only using the Asus for DHCP.

              WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

              1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott
                last edited by

                If you’re using the RT-N66U Router, I’d highly recommend using dd-wrt firmware on it.

                I can ensure that it works.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

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

                312

                Online

                12.0k

                Users

                17.3k

                Topics

                155.2k

                Posts
                Copyright © 2012-2024 FOG Project