Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Nginx

Nginx

Last edited by Bach Dániel Apr 21, 2014
Page history

Az Ubuntu 12.04-ben lévő nginx nem támogatja a websocket proxyzását, emiatt az nginx repóját kell használni:


wget http://nginx.org/keys/nginx_signing.key -O - | apt-key add -
echo "deb http://nginx.org/packages/ubuntu/ precise nginx" > /etc/apt/sources.list.d/nginx.list
apt-get update && apt-get install nginx
cp ~/circle/miscellaneous/nginx-uwsgi.conf /etc/nginx/conf.d/default.conf
/etc/init.d/nginx restart

django:

~/.virtualenvs/circle/bin/postactivate fájlban szerepeljen ez a sor:

DJANGO_SETTINGS_MODULE="circle.settings.production"
stop mancelery; 
workon circle
pip install -r requirements/production.txt 
cd ~/circle/circle
./manage.py collectstatic
./manage.py compilemessages
cp ~/circle/miscellaneous/portal-uwsgi.conf /etc/init/portal.conf
start portal
start mancelery
  Clone repository
  • Bme net
  • Beegf
  • Buildbot
  • Circledevelopment
  • Codingstyle
  • Csomagforrasbol
  • Delopmentstyle
  • Devenv
  • Ervekamienkmellett
  • Felhasznaloifeltetelek
  • Guestlinux
  • Guesttelepites
  • Guestwindows7
  • Iptartomanyok
  • Kvota
More Pages
×

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.