A picture sharing community.
You can visit its directly click here or clone it to your computer and run.
First you need to install git using this command line.
sudo apt-get install git-all
Then, you need to install web2py from github.
git clone https://github.com/web2py/web2py
You can clone my website using:
And put it in web2py's applications folder.
Run web2py in command line (int the same folder containing web2py.py):
python web2py.py
Useful website:
Install git:
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
Web2py: