On Wed, Nov 5, 2014 at 6:24 AM, H.S.Rai wrote:
>
>
> @ Ankesh
>
> What is the status. We wish to see it running on BRL-CAD server.
>
To keep the thread updated, I am in process of deploying the app to the
server. There are a few things that need to be set-up first and I have
e-mailed Sean regardi
On Wed, Sep 10, 2014 at 1:09 AM, Ankesh Anand wrote:
>> do set it up live in your public_html dir. If everything looks good,
>> we'll move it into the web root and set up a proper domain home. Get ahold
>> of me directly via e-mail if you need something configured differently with
>> Apache.
>>
On Wed, Sep 10, 2014 at 1:09 AM, Ankesh Anand wrote:
>
> I have my mid-terms going on and will return to finish the deployment when
> the exams are done. I would certainly need some configuration changes in
> Apache, will follow-up with a detailed mail regarding the required changes.
Thanks for u
>
> Ankesh, it didn't go unnoticed, but sysadmin requests can take some time
> when folks are busy. mod_wsgi is now installed, so please do set it up
> live in your public_html dir. If everything looks good, we'll move it into
> the web root and set up a proper domain home. Get ahold of me direc
On Aug 27, 2014, at 11:01 AM, Ankesh Anand wrote:
> On Wed, Aug 27, 2014 at 7:41 AM, H.S.Rai wrote:
> On Sat, Aug 16, 2014 at 5:01 PM, Ankesh Anand
> wrote:
> > Right, I forgot to mention the URL: http://202.164.53.122/benchmark/
>
> What are your plans to make it available from BRL-CAD serve
On Wed, Aug 27, 2014 at 9:28 PM, Mihai Neacsu
wrote:
> I don't know the status of the server but there are few alternatives
> to mod_wsgi [0]. They're all pretty much ok with the exception of CGI
> which pays a big penalty for the interpreter launch on each request.
>
> Mihai
>
>
> [0 ]https://co
I don't know the status of the server but there are few alternatives
to mod_wsgi [0]. They're all pretty much ok with the exception of CGI
which pays a big penalty for the interpreter launch on each request.
Mihai
[0 ]https://code.djangoproject.com/wiki/ServerArrangements
--
On Wed, Aug 27, 2014 at 7:41 AM, H.S.Rai wrote:
> On Sat, Aug 16, 2014 at 5:01 PM, Ankesh Anand
> wrote:
> > Right, I forgot to mention the URL: http://202.164.53.122/benchmark/
>
> What are your plans to make it available from BRL-CAD server?
>
>
The BRL-CAD server doesn't have mod_wsgi install
On Sat, Aug 16, 2014 at 5:01 PM, Ankesh Anand wrote:
> Right, I forgot to mention the URL: http://202.164.53.122/benchmark/
What are your plans to make it available from BRL-CAD server?
--
H.S.Rai
--
Slashdot TV.
Vid
On Sat, Aug 16, 2014 at 7:54 AM, H.S.Rai wrote:
> On Fri, Aug 15, 2014 at 1:51 PM, Ankesh Anand
> wrote:
> >
> > Deployment:
> > - The project is deployed in a production environment at one of the
> servers
>
> It s always good to provide URL for ready reference.
Right, I forgot to mention th
On Fri, Aug 15, 2014 at 1:51 PM, Ankesh Anand wrote:
>
> Deployment:
> - The project is deployed in a production environment at one of the servers
It s always good to provide URL for ready reference.
--
H.S.Rai
--
___
>
> django<1.6
>
> While current stable version is 1.6.5.
>
> Is there any specific reason to use < 1.6?
>
> It is always better to discuss things before finalising.
I had Django 1.5 installed on my system, hence I have tested on that
version only. I will see if this is forward portable with Djang
On Tue, May 20, 2014 at 1:15 AM, Ankesh Anand wrote:
>
> Added the installation instructions.
dJango is very sensitive to version. You have not mentioned version in
your installation instructions.
You have mentioned it at
https://github.com/ankeshanand/benchmark/blob/master/requirements.txt
:
d
>
> In your development repository
> https://github.com/ankeshanand/benchmark write installation
> instructions, to enable someone to install it and test / use it.
Added the installation instructions.
Today's update: Started working on the plots up. Integrated the legacy
database from previous re
On Mon, May 19, 2014 at 3:28 AM, Ankesh Anand wrote:
> I have documented my progress in the Community Bonding Period here
> :http://brlcad.org/wiki/User:Ankeshanand/GSoC14/logs
>
> Since the development phase has now started, I will try to update this
> regularly.
Great!
> Targets for this week:
On Sun, May 18, 2014 at 5:14 PM, Ankesh Anand wrote:
> Thanks for pointing out, I had attributed a wrong link in the README. It
> links to the original project now.
No. It results in 404 (page not found), and URL is:
https://github.com/ankeshanand/benchmark/blob/master/bitbucket.org/suryajith/be
On Sun, May 18, 2014 at 5:14 PM, Ankesh Anand wrote:
> In the meantime, if you are on IRC anytime today, I can give you the link to
> access from my local server.
Do your localhost has public IP? If yes, you can tell use IP address
and login credential; else you need to find such server.
If you
I have documented my progress in the Community Bonding Period here :
http://brlcad.org/wiki/User:Ankeshanand/GSoC14/logs
Since the development phase has now started, I will try to update this
regularly.
Targets for this week:
- Define and implement the models, views and templates for the
visualiza
>
> Its readme file is not providing URL of original work.
Thanks for pointing out, I had attributed a wrong link in the README. It
links to the original project now.
Do you have access to any server, from where you can show us in in action?
I have it hosted on my localhost, will try to move it
On Sat, May 17, 2014 at 1:28 AM, Ankesh Anand wrote:
> Update: A Django app to support file uploads is now ready, it let's users:
> - upload benchmark logs
> - does validation checks
> - allows the admin to view the list of uploaded files
Do you have access to any server, from where you can show
On Wed, May 14, 2014 at 4:20 AM, Ankesh Anand wrote:
> Update: We have the database and parser portions fully working. The
> benchmark logs can now be parsed and indexed into the database from the
> command line.
Nice.
> I am now working on porting this to a Django app so that we
> have the uplo
Update: A Django app to support file uploads is now ready, it let's users:
- upload benchmark logs
- does validation checks
- allows the admin to view the list of uploaded files
The source code for this goes in the fileupload/ directory.(
https://github.com/ankeshanand/benchmark)
-
Update: We have the database and parser portions fully working. The
benchmark logs can now be parsed and indexed into the database from the
command line. I am now working on porting this to a Django app so that we
have the upload mechanism ready as soon as possible. I have forked the
repository to
Additionally, if there is anything not presently installed that you end up
needing, we can almost always install it (unless it would pose a security
concern).
On Fri, May 9, 2014 at 8:08 AM, Ankesh Anand wrote:
> We fully control the machine, set it up, and manage it. In addition to
>> python,
>
> We fully control the machine, set it up, and manage it. In addition to
> python, we have mysql and postgresql installed and running. Any decisions
> imposed are ours.
Perfect, that offers a lot of flexibility. Will stick to MySQL then to
leverage from the previous work.
We fully control the machine, set it up, and manage it. In addition to python,
we have mysql and postgresql installed and running. Any decisions imposed are
ours.
Sean
On May 9, 2014, at 8:40 AM, Ankesh Anand wrote:
> Hi,
>
> Do our current hosting partners provide Python support, which d
On Mon, May 5, 2014 at 9:21 PM, Ankesh Anand wrote:
> Updates: Started to get more acquainted with
> Django by building a couple of small applications,
Nice.
Even I would like see those small applications. Put it on BitBucket /
GitHub / SourceForge or like that.
> I will move on to build some q
Updates: Started to get more acquainted with Django by building a couple of
small applications, I will move on to build some quick prototypes and study
Suryajith's repository in detail.
> Earlier you preferred "Laravel". Now you find dJango attractive. In
> general, every tool / framework seems
On Fri, May 2, 2014 at 12:11 PM, Ankesh Anand wrote:
>> I believe you must be enjoying this period. Exploring things without
>> any pressure. Many times it enhances quality and sometimes
>> productivity also.
>>
>> Let us know about your proceedings of dating with BRL-CAD.
I am purposefully keepi
>
> I believe you must be enjoying this period. Exploring things without
> any pressure. Many times it enhances quality and sometimes
> productivity also.
>
> Let us know about your proceedings of dating with BRL-CAD.
>
I just didn't have anything *concrete* to post on the list. Actually, I
have b
On Sun, Apr 27, 2014 at 1:44 PM, H.S.Rai wrote:
>
>> As you mentioned on my proposal, I will start looking
>> into the comparisons of Laravel and Mediawiki for our project.
>
> That is what required at this stage.
I believe you must be enjoying this period. Exploring things without
any pressure.
On Sun, Apr 27, 2014 at 12:27 PM, Ankesh Anand
wrote:
>
> - Medium for Non-Scheduled Communication: I think IRC
> should be the best option for this.
You may ask your queries on IRC any time, even if you see I am there
(which may be 24x7), that does not mean that I am reading all
conversations
Hi HS Rai,
I was just about to draft a mail to fix our communication schedule.
- *Frequency of Communication: *Daily updates on the mailing list are fine
with me.
- *Medium for Regular Scheduled Communication: *The BRL-CAD mailing list as
you mentioned.
-* Medium for Non-Scheduled Communication:
33 matches
Mail list logo