-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QA Testing on Fedora 18 and Debian testing #74
Comments
How exactly can I test for performance issues? Do I just report the logs or just note where things seem to slow down, etc? I believe I'll have to present debug data. |
Hi John, For detailed timing information, if you are using Firefox, install the Firebug browser extension and look at the "Net" tab. It will tell you exactly what is loading and how long it is taking. But there is a learning curve to using Firebug, so I'd only recommend that if you are interested. -braddock |
I'm willing to learn firebug if it allows for more precision with data. I will report the results later. |
Virtualbox installation of Fedora failed often this morning. Will try later today on terminal: sudo virtualbox |
SUCCESS!!! As of now, I have successfully installed Fedora 18 i386 on VirtualBox. I thank comment#16 from this thread for a solution: https://bugzilla.redhat.com/show_bug.cgi?id=817187#c16 |
Debian-netinst was a success! 👍 |
Hi John,
We need testing for fresh installs of Fedora 18 and Debian testing. In particular, we haven't tested on Debian in months. One Laptop Per Child OLPC OS is based on Fedora 18 so it is important that works well.
Install Fedora 18 32-bit i386 under VirtualBox. When you have completed installing it, take a "Snapshot" before you do anything so you can test again later with the fresh install. When we release a new version we will want you to be able to test from the un-touched snapshot.
Attempt to install IIAB using Yum closely following the instructions in INSTALL.txt. Get the stand alone server running with the QuickStart Sampler Then follow the instructions in INSTALL.txt to install IIAB as a WSGI service under Apache.
Install Debian "testing" (not stable, which will probably have issues) under VirtualBox. When you have completed installing, take a "Snapshot" as before. Attempt to install the stand-alone server using the pip instructions from INSTALL.txt with the QuickStart Sampler. Then attempt to install as a WSGI service under Apache.
Check for performance issues with all installations. We have had some issues in the past with the load times of the wikipedia pages or the main page.
Thanks,
Braddock
The text was updated successfully, but these errors were encountered: