Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
/ keyopener Public archive

[Now site is pending..] Making product project in the class in UTokyo named "Jishupro".

License

Notifications You must be signed in to change notification settings

wkentaro/keyopener

Repository files navigation

keyopener

Making product project in the class in UTokyo named "Jishupro".

Website: http://keyopener.ddo.jp

Apache + sudo

sudo visudo

www-data  ALL=(ALL) NOPASSWD: /usr/bin/python

Hosting

edit /etc/apache2/sites-available/jishupro.conf

<VirtualHost *:80>
  ServerName keyopener.ddo.jp
  WSGIScriptAlias / /home/pi/Work/jishupro/website/jishupro.wsgi
</VirtualHost>
sudo a2ensite jishupro.conf
sudo apachectl restart

About

[Now site is pending..] Making product project in the class in UTokyo named "Jishupro".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published