If you have web2py installed and do not want to install git, than just unzip the evote app under web2py/applications/
On Sunday, 2 June 2019 12:13:04 UTC-7, Gavinology wrote: > > I have been trying to install the program E-vote into web2py but do not > know how.I am using windows. Can anyone guide me how to install this app > on web2py?Pardon my ignorance as i am very new to this with no > programming background. > > > > Installing E-Vote > > E-Vote uses the web2py <http://web2py.com/> framework and can be > installed like any other web2py application; see the web2py documentation > for details. If you just want to try out E-Vote quickly, here is one way to > get it up and running on your laptop: > > $ git clone --recursive https://github.com/web2py/web2py.git > $ cd web2py/applications > $ git clone https://github.com/mdipierro/evote.git > $ cd .. > $ sudo /etc/init.d/apachectl stop # <-- stop other web server if needed > $ python web2py.py > ...Watch it launch, then visit > http://127.0.0.1:8000/evote/default/index > ...in your browser. > > To deploy at the root of the site (e.g., at http://127.0.0.1:8000/ instead > of http://127.0.0.1:8000/evote/default/index), simply name the E-Vote > directory applications/init/ instead of applications/evote/. The magic > name "init" will cause E-Vote to appear at the site root. > > To deploy E-Vote in production, you may want to go to web2py.com and > learn more about deploying web2py-based applications in general. If you're > in a hurry, see scripts/setup-*.sh in the web2py tree. One common way to > deploy web2py applications is with WSGI under Apache HTTPD: in the web2py > tree, copy handlers/wsgihandler.py to the top level of the tree, and set > the appropriate WSGI options in the Apache configuration. See the Deployment > recipes <http://web2py.com/book/default/chapter/13> chapter in the web2py > manual for more. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/f9a99895-af9b-4e6c-9d18-094679f32b76%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

