search for: runserver

Displaying 7 results from an estimated 7 matches for "runserver".

Did you mean: run_server
2004 Aug 01
2
nothing happens unless I move the mouse
...moving the mouse or other such things. I''m really not sure what to do - I think I''m just missing something obvious. I''ve attached the programs, so if anyone can let me know what I''m doing wrong, I''d really appreciate it. To run the programs, run "runserver.rbw" and then run two instances of "simpokerplayer.rb". For simpokerplayer, you have to enter a name to standard in after it starts, to identify the player. The server should then start running a game. However, it only does stuff when you move the mouse over the gui of the server....
2011 Apr 27
0
Has anybody been able to install CDR-Stats all the way through?
I have been trying to install cdr-stats for a week now, but there is no documentation worth the try and the amount of errors is huge. CUrrently stuck running python manage.py runserver 0.0.0.0:8000 I get python manage.py runserver 0.0.0.0:8000 Error: No module named dilla When starting apache, I get # /etc/init.d/apache2 start * Starting web server apache2 Syntax error on line 9 of /etc/apache2/sites-enabled/cdr_stats.conf: In...
2019 Aug 08
2
LNT server function perf profile comparison
...ented a security feature in LLVM and now I want to evaluate the performance impact by comparing the perf profile of the originally compiled program and the modified program. For that I have run a benchmark with lnt runtest test-suite and -use-perf=all. I can compare the recorded counters in the lnt runserver webinterface perfectly fine with the side by side comparison. However, as soon as I switch from "Relative (%)" to "Absolute numbers", one side of the comparison only displays 0 anymore. Is this normal behavior or is something with my lnt server / perf profiles broken? You can s...
2016 Apr 27
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
...ongo use <db name> And set database name in config file. As additional fields will be host and port for users who will do settings for their server, which will have default values(localhost:27017). After that old steps ~/mysandbox/bin/python ~/lnt/setup.py develop lnt create ~/myperfdb lnt runserver ~/myperfdb MongoDB has detailed instructions for installing for all operating systems. Extra 6-7 commands for install MongoDB, which takes about 2 minutes and should be executed once shouldn't be a great problem for new users, who would like to try LNT. Thanks, Elena. -----Original Messag...
2016 May 13
4
RFC: LNT/Test-suite support for custom metrics and test parameterization
...mongo use <db name> And set database name in config file. As additional fields will be host and port for users who will do settings for their server, which will have default values(localhost:27017). After that old steps ~/mysandbox/bin/python ~/lnt/setup.py develop lnt create ~/myperfdb lnt runserver ~/myperfdb MongoDB has detailed instructions for installing for all operating systems. Extra 6-7 commands for install MongoDB, which takes about 2 minutes and should be executed once shouldn't be a great problem for new users, who would like to try LNT. Thanks, Elena. -----Original Message...
2016 Apr 26
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
Hi Elena, Thanks for pushing forward with this. I like the idea of using a NoSQL solution. My primary reservation is about adding the new NoSQL stuff as an extra backend. I think the current database backend and its use of SQLAlchemy is extremely complex and is in fact the most complex part of LNT. Adding something more (as opposed to *replacing* it) would just make this worse and make it more
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...EADME new file mode 100644 index 0000000..48eef4b --- /dev/null +++ b/server/README @@ -0,0 +1,5 @@ +To run the reference implementation management server, do the follow + +1. Go into the ovirtserver directory. +2. Create the database: ./manage.py syncdb +3. Start the management server: ./manage.py runserver diff --git a/server/README.txt b/server/README.txt deleted file mode 100644 index 809ebf3..0000000 --- a/server/README.txt +++ /dev/null @@ -1,24 +0,0 @@ -This file is for you to describe the server application. Typically -you would include information such as the information below: - -Installation...