From f83f4458db193a8938f2183e6f4367c0fa402074 Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Fri, 6 Aug 2010 21:50:30 +0000 Subject: [PATCH] update 4.0 quickstart instructions --- wiki/Quickstart.wiki | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/wiki/Quickstart.wiki b/wiki/Quickstart.wiki index 45a46139..b05fc26e 100644 --- a/wiki/Quickstart.wiki +++ b/wiki/Quickstart.wiki @@ -4,7 +4,7 @@ CORE 4.0 packages are available for Ubuntu 10.04 and Fedora 12/13. If you want to run a different Linux distribution, make sure the kernel is at least 2.6.27 to support network namespaces. -== Step 1. Install CORE packages == +== Step 1. Install CORE package == Get the Ubuntu (deb) or Fedora (rpm) package for your architecture from here:
[http://downloads.pf.itd.nrl.navy.mil/core/packages/4.0/linux/] @@ -33,8 +33,18 @@ Virtual networks usually require routing software. CORE automatically builds con }}} == Step 2. Start the CORE services == +{{{ + sudo /etc/init.d/core start +}}} + +To view the CORE services log file, look at `/var/log/coredpy.log`. == Step 3. Run CORE == +{{{ + core +}}} + +You may be prompted for write permissions for the `/etc/core` directory. You'll also see warnings about missing conf files the first time you run the CORE GUI. = FreeBSD Quickstart =