Re: [web2py] Re: web2py with twitter bootstrap - very clean interface ...

2011-09-26 Thread Yota Ichino
+1 2011/9/27 Bruno Rocha : > We are planning to include it in the next web2py version. > > I will share the actual w2p after a clean up. > > http://zerp.ly/rochacbruno > > Em 26/09/2011 17:36, "Matt Gorecki" escreveu: >> This is excellent. Would you mind sharing your layout.html? >

Re: [web2py] Re: file locations once web2py is deployed on fluxflex

2011-09-24 Thread Yota Ichino
Hi, Pepe Some time ago, I wrote "how to add applications" to README.md. Please read this file. https://github.com/nus/web2py-for-fluxflex/blob/master/README.md 2011/9/25 Pepe Araya : > Hi, I have same problems here. > can someone record a step by step screencast? > when I clone the repo, I only g

Re: [web2py] R: Upload & Install packed application on FluxFlex - Error500

2011-09-02 Thread Yota Ichino
Foresto, The issue is caused by server's setting. The server limits POST size. Don't worry, "POST limit" issue is under consideration by fluxflex. 2011/9/1 Valter Foresto : > I just try again to Upload a packed web2py application on FluxFlex but I get > the same Error500 of a week ago. > Can anyb

Re: [web2py] Re: fluxflex

2011-08-26 Thread Yota Ichino
oops! mistakes. How to add a application: 1. clone from fluxflex repository. 2. copy your application(in web2py/applications/YOUR_APP) to public_html/applications folder in the repository. 3. add new files to the repository. 4. commit and push 2011年8月27日4:55 Yota Ichino : > Alan Et

Re: [web2py] Re: fluxflex

2011-08-26 Thread Yota Ichino
to do it for one application into > the pre-installed web2py folder. > > On 23 ago, 04:44, Yota Ichino wrote: >> nic, >> >> Plugin_wiki is a large file size. You can not upload large file. >> You need to paste "http://web2py.com/examples/static/ >&g

Re: [web2py] Re: fluxflex

2011-08-25 Thread Yota Ichino
tory > [2] http://help.github.com/remove-sensitive-data/ > > Regards, > Ray > > > On Aug 26, 12:05 am, Yota Ichino wrote: >> You're right, Iceberg. >> >> Uh..., there is a issue. I don't know how to delete history in git. >> Could you tell me

Re: [web2py] Re: fluxflex

2011-08-25 Thread Yota Ichino
itive-data/ > > Regards, > Ray > > > On Aug 26, 12:05 am, Yota Ichino wrote: >> You're right, Iceberg. >> >> Uh..., there is a issue. I don't know how to delete history in git. >> Could you tell me it? >> >> 2011/8/25 Ray (a.k.a. Iceberg)

Re: [web2py] Re: fluxflex

2011-08-25 Thread Yota Ichino
actually a question for git.) Current repo still > contains many web2py files in its history. This makes it a little bit > unnecessary slow when cloning the repo. > > Regards, > Ray > > On Aug 25, 2:36 am, Yota Ichino wrote: >> I merged get_new_stable branch into master b

Re: [web2py] Re: Upload & Install packed application on FluxFlex - Error500

2011-08-25 Thread Yota Ichino
The Error is caused POST size restriction, maybe. I tried to upload a file which is about 128KB but could not upload. 2011/8/25 Massimo Di Pierro : > I emailed the author of the installation script. It just got updated. > Perhaps there is a bug? > > massimo > > On Aug 24, 4:26 pm, Valter Foresto

Re: [web2py] Re: fluxflex

2011-08-24 Thread Yota Ichino
I merged get_new_stable branch into master branch. 2011/8/24 Yota Ichino : > Iceberg, Massimo Di Pierro, > > Your idea is great. These influence me and I rewrite .flx file. > It is created on same github project with branch "get_new_stable". > https://github.com/nus

Re: Re : Re: [web2py] Re: fluxflex

2011-08-24 Thread Yota Ichino
JmiXIII, You need to access to your admin page HTTPS. https://projecttest.fluxflex.com/admin 2011/8/24 JmiXIII : > Hello > Seems fantastic, yet I cannot access the admin page > 1- create a project "projecttest" > 2- Setup => github import > 3- Url : https://github.com/nus/web2py-for-fluxflex.git

Re: [web2py] Re: fluxflex

2011-08-24 Thread Yota Ichino
David Marko, It is large file size for fluxflex server. I contacted fluxflex support by email and heard how to set POST size more. There is not answear yet. Please wait a few days. 2011/8/24 David Marko : > My packed application  (web2py.app.twister.w2p) has 1.4MB

Re: [web2py] Re: fluxflex

2011-08-23 Thread Yota Ichino
Iceberg, Massimo Di Pierro, Your idea is great. These influence me and I rewrite .flx file. It is created on same github project with branch "get_new_stable". https://github.com/nus/web2py-for-fluxflex/tree/get_new_stable We can import this branch by using "Github import" menu. The branch doing:

[web2py] Re: fluxflex

2011-08-23 Thread Yota Ichino
nic, Plugin_wiki is a large file size. You can not upload large file. You need to paste "http://web2py.com/examples/static/ web2py.plugin.wiki.w2p" to "Use a url". On 8月23日, 午前11:00, nic wrote: > This looks fantastic. > Got web2py up and running in 2 mins as advertised. > However when I tried to

[web2py] Re: fluxflex

2011-08-23 Thread Yota Ichino
David Marko. I'm Ichino. I created web2py-for-fluxflex. Your problem was reproduced my environment. Upload file size is limited about 100KB. So, I setting upload file size more by using "LimitRequestBody" in .htaccess file. But it did not work. Please tell me config .htaccess for setting upload