This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Christian Carey (author)
Thu Feb 26 13:32:10 -0800 2009
Carlos Gabaldon (committer)
Thu Feb 26 19:21:37 -0800 2009
dolomite /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
build-all | ||
| |
build.py | ||
| |
create_virtualenv.sh | ||
| |
install/ | ||
| |
memcached-conf | ||
| |
memcachedb-conf | ||
| |
tools/ |
README
Dolomite
Getting started with your Dolomite foundation
---------------------------------------------
- Install the virtualenv python package on your machine
easy_install virtualenv
OR
sudo easy_install virtualenv
- Download create_virtualenv.sh
( http://github.com/cccarey/dolomite/raw/master/create_virtualenv.sh )
- Execute create_virtualenv.sh in a place where you want your
environment, e.g. /home/youruser
cd /home/youruser
./create_virtualenv.sh
Note: this creates a directory called dolomite-env at the spot
where you run the script.
- Activate your dolomite foundation environment with the command:
source dolomite-env/bin/activate
- Start local memcached daemon:
start-memcached
- Test local memcached daemon:
test-memcached
- When done, you can deactivate the dolomite foundation environment:
deactivate
Other tools available in this repository:
Ubuntu JEOS on VMWare
---------------------
If running on Ubuntu JEOS ( http://www.ubuntu.com/products/whatisubuntu/serveredition/jeos )
on VMWare. Use the install/install_openvmtools.sh script to install the fast ethernet
and other VMWare tools
Quick Start:
- Download install/install_openvmtools.sh script from github.com
- Run script
sudo ./install_openvmtools.sh
Note: script currently reboots the image at the end.
MemcacheDB
---------------------
Install script for Ubuntu 8.10
Script installs depedency packages, downloads latest SVN version of
memcachedb from http://memcachedb.googlecode.com/svn/trunk/ , compiles
and installs it.
Quick Start:
- Download install/install_memcachedb.sh script from github.com
- Run script
sudo ./install_memcachedb.sh
- Run memcachedb as daemon process
sudo su -
memcachedb -p21201 -u root -d -r -H /home/ccarey/memcachedb/testenv -N -v >/var/log/memcachedb 2>&1
exit
- Run the benchmark script - ./memcache/tools/mcben.py
- Run the tests - ./memcache/tools/mdbtest.py (2 tests currently fail out of the box)








