There for pyforms web.
Project description
sudo apt-get update
sudo apt-get install apache2
sudo apt-get install libapache2-mod-wsgi
sudo apt-get install mysql-server
sudo apt-get install python-mysql.connector python-mysqldb
sudo apt-get install python-pip
sudo apt-get install git
sudo apt-get install language-pack-pt
sudo pip install simplejson
sudo pip install django==1.10.6
sudo pip install lockfile
sudo pip install sorl-thumbnail
sudo pip install dill
sudo pip install filelock
sudo pip install django-allauth
sudo pip install git+https://github.com/UmSenhorQualquer/pyforms.git
sudo pip install git+https://github.com/UmSenhorQualquer/django-jfu.git
sudo pip install git+https://UmSenhorQualquer@bitbucket.org/UmSenhorQualquer/pyforms-web.git --upgrade
sudo pip install git+https://UmSenhorQualquer@bitbucket.org/UmSenhorQualquer/orquestra.git --upgrade
sudo pip install git+https://UmSenhorQualquer@bitbucket.org/fchampalimaud/funding-opportunities-models.git --upgrade
sudo pip install git+https://UmSenhorQualquer@bitbucket.org/fchampalimaud/funding-opportunities-apps.git --upgrade
cd /var/www/
git clone https://UmSenhorQualquer@bitbucket.org/fchampalimaud/research-core.git
Create file at /etc/apache2/sites-available/[project-name].conf with the content:
Alias /media/ /var/www/[project-name]/media/
Alias /static/ /var/www/[project-name]/static/
WSGIScriptAlias / /var/www/[project-name]/[project-name-settings]/wsgi.py
WSGIPythonPath /var/www/[project-name]
<Directory /var/www/[project-name]>
<Files wsgi.py>
Require all granted
</Files>
</Directory>
<Directory /var/www/[project-name]/static>
Require all granted
</Directory>
<Directory /var/www/[project-name]/media>
Require all granted
</Directory>
cd /var/www/[project-name]
python manage.py install_plugins
python manage.py collectstatic
sudo a2ensite [project-name].conf
sudo service restart apache2
sudo apt-get install apache2
sudo apt-get install libapache2-mod-wsgi
sudo apt-get install mysql-server
sudo apt-get install python-mysql.connector python-mysqldb
sudo apt-get install python-pip
sudo apt-get install git
sudo apt-get install language-pack-pt
sudo pip install simplejson
sudo pip install django==1.10.6
sudo pip install lockfile
sudo pip install sorl-thumbnail
sudo pip install dill
sudo pip install filelock
sudo pip install django-allauth
sudo pip install git+https://github.com/UmSenhorQualquer/pyforms.git
sudo pip install git+https://github.com/UmSenhorQualquer/django-jfu.git
sudo pip install git+https://UmSenhorQualquer@bitbucket.org/UmSenhorQualquer/pyforms-web.git --upgrade
sudo pip install git+https://UmSenhorQualquer@bitbucket.org/UmSenhorQualquer/orquestra.git --upgrade
sudo pip install git+https://UmSenhorQualquer@bitbucket.org/fchampalimaud/funding-opportunities-models.git --upgrade
sudo pip install git+https://UmSenhorQualquer@bitbucket.org/fchampalimaud/funding-opportunities-apps.git --upgrade
cd /var/www/
git clone https://UmSenhorQualquer@bitbucket.org/fchampalimaud/research-core.git
Create file at /etc/apache2/sites-available/[project-name].conf with the content:
Alias /media/ /var/www/[project-name]/media/
Alias /static/ /var/www/[project-name]/static/
WSGIScriptAlias / /var/www/[project-name]/[project-name-settings]/wsgi.py
WSGIPythonPath /var/www/[project-name]
<Directory /var/www/[project-name]>
<Files wsgi.py>
Require all granted
</Files>
</Directory>
<Directory /var/www/[project-name]/static>
Require all granted
</Directory>
<Directory /var/www/[project-name]/media>
Require all granted
</Directory>
cd /var/www/[project-name]
python manage.py install_plugins
python manage.py collectstatic
sudo a2ensite [project-name].conf
sudo service restart apache2
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Orquestra-1.1.tar.gz
(5.8 kB
view details)
Built Distribution
File details
Details for the file Orquestra-1.1.tar.gz
.
File metadata
- Download URL: Orquestra-1.1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16f16900cf8997416f440f605d0cff6f304c9ed5dbed2524e094fa45493a2aa9 |
|
MD5 | e23d06e3c2134866762e80244b6243f5 |
|
BLAKE2b-256 | cf038a1c665bde8cda66a9635a44e3b66860033f15645a97d06af0e8bd7c07a8 |
File details
Details for the file Orquestra-1.1-py3-none-any.whl
.
File metadata
- Download URL: Orquestra-1.1-py3-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8e7f55b275c159caaef6e43ab41c12dfe06c26dd9e2716d9f581241870b9bee |
|
MD5 | 42e56593eefa423bde557f7402ae404b |
|
BLAKE2b-256 | 92e07511e286357033cbb9d0ed9654202414e6d6205b3a5eb75f63af019d7e01 |