You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 10:26:25 UTC

svn commit: r1132027 - in /incubator/mesos/trunk: README README.swig

Author: benh
Date: Sun Jun  5 08:26:25 2011
New Revision: 1132027

URL: http://svn.apache.org/viewvc?rev=1132027&view=rev
Log:
Pointed people to the wiki in the README since it was quite out of date.

Removed:
    incubator/mesos/trunk/README.swig
Modified:
    incubator/mesos/trunk/README

Modified: incubator/mesos/trunk/README
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/README?rev=1132027&r1=1132026&r2=1132027&view=diff
==============================================================================
--- incubator/mesos/trunk/README (original)
+++ incubator/mesos/trunk/README Sun Jun  5 08:26:25 2011
@@ -1,51 +1 @@
-h1. Mesos Quickstart
-
-For now, you can run Mesos in linux. Those who develop on OS X are currently using a linux virtual machine for development.
-
-h2. Configure Mesos settings (future)
-
-# Mesos does not currently use configuration files beyond the customary UNIX  _configure_/_make_ process, but we plan on adding this, where one can specify things such as:
-## log file locations
-## specify pluggable components (such as allocation module, isolation module, etc.)
-
-h2. Building Mesos
-
-# in linux or solaris (OS X not currently supported), in the @MESOS_HOME@ directory, if you are using a 64bit ubuntu VM, type @./configure.OURS.ubuntu64@
-## our premade config commands require you to have python-dev, sun-java6-jdk, and swig (to get these in ubuntu, type apt-get X, where X is those three things in turn)
-# type @make@
-
-h2. Running the master
-
-#  type @./mesos-master@. See the sample output below.
-# take note of the libprocess PID identifier that is printed to stdout (or the log file if you have redirected log output), it will be something like: 1@127.0.1.1:41210
-# access the webui. E.g. on OS X with a Linux virtual machine, you can visit http://<ip addr of virtual machine>:8080
-
-<pre>
-andyk@ubuntu:~/mesos/src$ ./mesos-master 
-I1229 15:50:36.042454 27343 master_main.cpp:51] Build: 2009-12-29 15:35:23 by andyk
-I1229 15:50:36.043526 27343 master_main.cpp:52] Starting Mesos master
-I1229 15:50:36.044958 27344 master.cpp:228] Master started at 1@127.0.1.1:41210
-I1229 15:50:36.045361 27343 master_webui.cpp:42] Starting master web UI
-I1229 15:50:36.046046 27346 master_webui.cpp:25] Web UI thread started
-I1229 15:50:36.105986 27346 master_webui.cpp:32] Loading webui/master/webui.py
-Bottle server starting up (using WSGIRefServer (0.0.0.0:8080))...
-Listening on http://0.0.0.0:8080/
-Use Ctrl-C to quit.
-
-I1229 15:50:37.050211 27344 master.cpp:527] Allocator timer tick
-I1229 15:50:37.050480 27344 simple_allocator.cpp:148] Running makeNewOffers...
-I1229 15:50:38.059840 27344 master.cpp:527] Allocator timer tick
-...
-</pre>
-
-!http://scm.millennium.berkeley.edu:3000/attachments/download/7/Mesos-webui-screenshot.png!
-
-h2. Running the slave
-
-# type @./mesos-slave@ without arguments to see the required and optional arguments
-# You should be able to see the slave show up on the master's webui
-
-h3. Start a framework
-
-# There should be a readme in each framework directory that explains how to use that framework
-# You will have to have run @./configure@ with the correct parameters to use frameworks written in languages other than C/C++, e.g. --with-java-home=
+See the wiki at https://github.com/mesos/mesos/wikis.
\ No newline at end of file