Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.
Pavel Studeník edited this page Dec 9, 2015 · 2 revisions

How to your first steps

Installation with Apache2

At first you install project as description in Dockerfile and then install packages with uwsgi and httpd.

For Fedora:

dnf install uwsgi-plugin-common mod_proxy_uwsgi httpd -y

Configure uwsgi script config.xml and now you can run project with uwsgi:

uwsgi -c tttt/conf/config.xml

And configure sites for Apache2 you can find here

Clone this wiki locally