|
12 năm trước cách đây | |
---|---|---|
.. | ||
project | 12 năm trước cách đây | |
README.md | 12 năm trước cách đây | |
__init__.py | 12 năm trước cách đây | |
benchmark_config | 12 năm trước cách đây | |
setup.py | 12 năm trước cách đây |
http://localhost:8080/json
http://localhost:8080/adonet/mysql
http://localhost:8080/adonet/mysql?queries=10
http://localhost:8080/adonet/postgresql
http://localhost:8080/adonet/postgresql?queries=10
http://localhost:8080/mongodb
http://localhost:8080/mongodb?queries=10
Currently not working.
http://localhost:8080/ef/mysql
http://localhost:8080/ef/mysql?queries=10
http://localhost:8080/ef/postgresql
http://localhost:8080/ef/postgresql?queries=10
sudo apt-get install build-essential autoconf libtool automake git
git clone git://github.com/mono/mono
cd mono
git checkout mono-3.10
./autogen.sh --prefix=/usr/local
make get-monolite-latest
make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe
sudo make install
cd ..
git clone git://github.com/mono/xsp
cd xsp
git checkout 3.0
./autogen.sh --prefix=/usr/local
make
sudo make install