From 9314d086b21dcca9476be08cf4c3639bfcb5fe21 Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Fri, 6 Aug 2010 16:50:23 +0000 Subject: [PATCH] removed the table because it is difficult to edit began updates for CORE 4.0 --- wiki/Quickstart.wiki | 66 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 59 insertions(+), 7 deletions(-) diff --git a/wiki/Quickstart.wiki b/wiki/Quickstart.wiki index edfefcc2..e32a0b1c 100644 --- a/wiki/Quickstart.wiki +++ b/wiki/Quickstart.wiki @@ -2,17 +2,69 @@ = Quickstart = -CORE version 3.5 requires the FreeBSD or Linux operating systems. Version 4.0 is coming soon (July 2010), uses Linux network namespace containers that doesn't require a kernel patch -- follow this [http://code.google.com/p/coreemu/wiki/Namespaces Namespaces link] to compile and install CORE for Linux namespaces from a development snapshot. +Under construction. -|| *FreeBSD* || *Linux* || -|| Step 1. Install FreeBSD 7.x or 8.x
http://hipserver.mct.phantomworks.org/core/images/cd_48.png *7.2-RELEASE-i386-dvd1.iso* (2.1 gb)
[ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/7.2/]
Burn the ISO image to a blank DVDR using your CD writing software. Boot the DVD-ROM on your target system and follow the on-screen instructions. || Step 1. Install CentOS Linux 5.4
http://hipserver.mct.phantomworks.org/core/images/cd_48.png *CentOS-5.4-i386-bin-DVD.iso* (4.4 gb)
[http://isoredirect.centos.org/centos/5/isos/i386/]
Burn the ISO image to a blank DVDR using your CD writing software. Boot the DVD-ROM on your target system and follow the on-screen instructions. || -|| Step 2. Install prerequisite packages
`# pkg_add -r tk85 sudo bash`

Consult the [http://hipserver.mct.phantomworks.org/core/manual/Required-Software-for-FreeBSD.html manual] for more details.










|| Step 2. Install prerequisite packages, [http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm EPEL repo] and [http://wiki.openvz.org/Quick_installation#yum_pre-setup OpenVZ]
`# yum install bridge-utils iproute tcl.i386 tk.i386`
`# rpm -Uvh epel-release-5-3.noarch.rpm`
`# yum install ebtables`
`# cd /etc/yum.repos.d`
`# wget http://download.openvz.org/openvz.repo`
`# wget http://download.openvz.org/RPM-GPG-Key-OpenVZ`
`# rpm --import RPM-GPG-Key-OpenVZ`
`# yum install ovzkernel vzctl`

edit `/etc/grub.conf` to give your new OpenVZ kernel a name other than CentOS
edit the `/etc/sysctl.conf` and `/etc/sysconfig/selinux` files as described on [http://wiki.openvz.org/Quick_installation this page]
edit `/etc/vz/vz.conf` and change `DISK_QUOTA=no` and `IPV6="yes"`
disable host firewalls with `chkconfig ip[6]tables off`

Consult the [http://hipserver.mct.phantomworks.org/core/manual/Required-Software-for-Linux.html manual] for more details. || -|| Step 3. Download and install the CORE packages
http://hipserver.mct.phantomworks.org/core/images/box_download_48.png [http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/freebsd/core-kernel-7.x-20090505.tbz core-kernel-7.x-20090505.tbz] (47 MB)
[http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/freebsd/core-7.x-3.5.tbz core-7.x-3.5.tbz] (600 KB)
[http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/freebsd/quagga-manetmdr-0.99.9_5.tbz quagga-manetmdr-0.99.9_5.tbz] (3 MB)
`# pkg_add core-kernel-7.x-20090505.tbz`
`# pkg_add core-7.x-3.5.tbz`
`# pkg_add quagga-manetmdr-0.99.9_5.tbz`|| Step 3. Download and install the CORE packages
http://hipserver.mct.phantomworks.org/core/images/box_download_48.png [http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/linux/core-3.5-1.i386.rpm core-3.5-1.i386.rpm] (697 KB)
[http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/linux/core-root-3.5-1.i386.rpm core-root-3.5-1.i386.rpm] (208 MB)
`# rpm -ivh core-3.5-1.i386.rpm`
`# rpm -ivh core-root-3.5-1.i386.rpm`


|| -|| Step 4. Reboot and start the CORE daemons
`sudo /usr/local/etc/rc.d/core onestart` || Step 4. Reboot and start the CORE daemons
`sudo /etc/init.d/core start` || -|| Step 5. Run the CORE GUI from X11
`sudo core &` || Step 5. Run the CORE GUI from X11
`sudo core &` || += FreeBSD Quickstart = + +== Step 1. Install FreeBSD 8.x == +[ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/8.1/]
+[ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/ISO-IMAGES/8.1/]
+Download and burn the ISO image to a blank DVDR using your CD writing software. Boot the DVD-ROM on your target system and follow the on-screen instructions. +== Step 2. Install prerequisite packages == +`# pkg_add -r tk85 sudo bash`
+Consult the [http://hipserver.mct.phantomworks.org/core/manual/Required-Software-for-FreeBSD.html manual] for more details.
+ +== Step 3. Download and install the CORE packages == +[http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/freebsd/core-kernel-7.x-20090505.tbz core-kernel-7.x-20090505.tbz] (47 MB)
+ [http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/freebsd/core-7.x-3.5.tbz core-7.x-3.5.tbz] (600 KB)
+ [http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/freebsd/quagga-manetmdr-0.99.9_5.tbz quagga-manetmdr-0.99.9_5.tbz] (3 MB)
+`# pkg_add core-kernel-7.x-20090505.tbz`
+`# pkg_add core-7.x-3.5.tbz`
+`# pkg_add quagga-manetmdr-0.99.9_5.tbz` +== Step 4. Reboot and start the CORE daemons == +`sudo /usr/local/etc/rc.d/core onestart` + +== Step 5. Run the CORE GUI from X11 == +`sudo core &` + += OpenVZ Quickstart = + +== Step 1. Install CentOS Linux 5.5 == +[http://isoredirect.centos.org/centos/5/isos/i386/]
+[http://isoredirect.centos.org/centos/5/isos/x86_64/]
+Download and burn the ISO image to a blank DVDR using your CD writing software. Boot the DVD-ROM on your target system and follow the on-screen instructions. + +== Step 2. Install prerequisite packages == +[http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm EPEL repo] and [http://wiki.openvz.org/Quick_installation#yum_pre-setup OpenVZ]
+ `# yum install bridge-utils iproute tcl.i386 tk.i386`
+ `# rpm -Uvh epel-release-5-3.noarch.rpm`
+ `# yum install ebtables`
+ `# cd /etc/yum.repos.d`
+ `# wget http://download.openvz.org/openvz.repo`
+`# wget http://download.openvz.org/RPM-GPG-Key-OpenVZ`
+`# rpm --import RPM-GPG-Key-OpenVZ`
+`# yum install ovzkernel vzctl`

+edit `/etc/grub.conf` to give your new OpenVZ kernel a name other than CentOS
+edit the `/etc/sysctl.conf` and `/etc/sysconfig/selinux` files as described on [http://wiki.openvz.org/Quick_installation this page]
+edit `/etc/vz/vz.conf` and change `DISK_QUOTA=no` and `IPV6="yes"`
+disable host firewalls with `chkconfig ip[6]tables off`
+
+Consult the [http://hipserver.mct.phantomworks.org/core/manual/Required-Software-for-Linux.html manual] for more details. + +== Step 3. Download and install the CORE packages == +[http://downloads.pf.itd.nrl.navy.mil/core/packages/4.0/linux/core-openvz-4.0-1.i386.rpm core-openvz-4.0-1.i386.rpm] (697 KB)
+[http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/linux/core-root-3.5-1.i386.rpm core-root-3.5-1.i386.rpm] (208 MB)
+`# rpm -ivh core-openvz-4.0-1.i386.rpm`
+`# rpm -ivh core-root-3.5-1.i386.rpm`
+ +== Step 4. Reboot and start the CORE daemons == +`sudo /etc/init.d/core start` + +== Step 5. Run the CORE GUI from X11 == +`sudo core &` = Tips = * Once you see the CORE GUI, you can try loading one of the sample configuration such as `sample1.imn`