> > 1- Can you give me some instructions to get ( Web2py) Admin Area to work on > webfactional.com ? > > a. It keeps asking me for a password. Is it because that I have changed > their password that I have just received for my new account, or do I have to > follow certain instructions to log in my Administrator Area for web2py at > Webfactional. >
Normally I do just the steps: 1. Create a website in webfaction control panel and points the website to the web2py app, also Create another website poiting to the same app, but with HTTPS check enabled 2. Use https://yourtempdomain.webfactional.com/yourapp/admin (use the same password you have in control panel) 3. If you have SSH access (I guess you have), do ssh access and run web2py from terminal once. > > 2- Can you give me some new resources to read and learn how to get my > web2py projects done at webfactional.com ? > > # Some of the references that I have found by searching on google ( all > over the Internet) are old , so I am looking forward to get some of your > tips and advises. > I think you can follow all the instructions in web2py.com/book, and use more the web2py shell, webfaction gives you SSH and you can control your own instance of apache, it is very nice. > # Note ( I could not get it my web2py to work on domain.com , but I will > keep trying some methods later and update my last topic on this group). > Any doubt regarding webfaction, web2py shell or ssh, feel free to ask here or directly by mail, I have many projects running on webfaction, using that for a long time. > > Best regards, > > > >

