lqf96 / CloudWebsite2

清华大学未来云计算社团 官方网站 (https://thcloud.ml)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#THCloud README

  • Before running the website, ensure following programs are installed:
    • Nginx
    • Python Package Manager (pip)
    • Django
  • To configure the website, run bootstrap script in folder NginxConfig.
    (A folder containing certificates, keys and D-H params is needed in the process.
    You can obtain the folder from local or by SSH)
  • To run the website, use "./manage.py runserver".
    To run it in the background, use "nohup ./manage.py runserver >/dev/null 2>&1 &".
    To kill the background website process, use "pkill python".

About

清华大学未来云计算社团 官方网站 (https://thcloud.ml)


Languages

Language:JavaScript 44.4%Language:CSS 23.5%Language:HTML 20.1%Language:Python 11.8%Language:Shell 0.2%