aboutsummaryrefslogtreecommitdiff
path: root/tools/READMEubuntu.txt
diff options
context:
space:
mode:
authorcassio <cassiopc@gmail.com>2013-07-02 05:46:45 +0000
committercassio <cassiopc@gmail.com>2013-07-02 05:46:45 +0000
commitbe2491b093b1f0ca430bede679ecbb670041e483 (patch)
treefe2da63d1811cb93e4352a43a113ace37b9f6017 /tools/READMEubuntu.txt
parenta9aa438ea0558eb0044cf1e54a9190ddb41b65e5 (diff)
downloadboca-be2491b093b1f0ca430bede679ecbb670041e483.tar.gz
boca-be2491b093b1f0ca430bede679ecbb670041e483.zip
restructuring of boca's git
Diffstat (limited to 'tools/READMEubuntu.txt')
-rw-r--r--tools/READMEubuntu.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/tools/READMEubuntu.txt b/tools/READMEubuntu.txt
new file mode 100644
index 0000000..09994a8
--- /dev/null
+++ b/tools/READMEubuntu.txt
@@ -0,0 +1,33 @@
+ICPC Linux installation script
+----------------------------------
+Copyright (c) 2009 C. P. de Campos.
+Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.3
+ or any later version published by the Free Software Foundation;
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+ A copy of the license is included in the section entitled "GNU
+ Free Documentation License".
+---------------------------------
+File last modified: 11/oct/2011
+
+==> The installv2.sh script is not necessary if you are using the virtual machine version. This is intended to those that
+want to install the system as the host of a computer, or desire to create again the virtual machine version from the beginning.
+
+The script installv2.sh available here was used to create the "ICPC Linux" image after a standard installation
+of the ubuntu (or xubuntu) distribution. This is well-suitable in case you do not want to
+use the virtualized version, for example, in the server of the contest. After using the installv2.sh script over a fresh
+install of the ubuntu, you reach the exactly same content of the virtual machine version that is available.
+Take care with the following points during the installation of the ubuntu:
+1) Use the name "icpcadmin" and password "icpcadmin" (no quotes obviously) as the standard user during the installation.
+2) Call the machine "icpc" (in the same screen where you set up the username above).
+3) Use the simplest partitioning option (that is, everything in a single partition) and choose at least 10GB for it.
+
+After installing ubuntu, the system reboots. Download the script installv2.sh to the home directory of icpcadmin,
+make it executable by chmod 755 installv2.sh, and run it as root: sudo ./installv2.sh
+and reboot the system to finish the configuration (such as setting passwords, IPs, etc).
+Note this is going to give you a system just like you would get from the box (the virtual machine version). If you
+want it to become a server, you must follow the same procedure that is indicated in the READMEvm.txt. This
+mainly means that you need to run the script /etc/icpc/becomeserver.sh
+
+The most recent installv2.sh script is available at http://www.ime.usp.br/~cassio/boca/ link named installv2.sh
+In case of any questions, do not hesitate to contact me: bocasystem@gmail.com. Have fun!