-- a place for creativity and imagination.
Sland (http://www.slandweb.com) is a social media website that allows people to post their own shares with pictures and users messaging system.
You can visit its website directly 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:
git clone https://github.com/gaocan1992/sland
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:
If you have any question, you can send a email to [email protected]