Skip to main content

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



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.2.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

Orquestra-1.2-py3-none-any.whl (2.0 MB view details)

Uploaded Python 3

File details

Details for the file Orquestra-1.2.tar.gz.

File metadata

  • Download URL: Orquestra-1.2.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8

File hashes

Hashes for Orquestra-1.2.tar.gz
Algorithm Hash digest
SHA256 9ef60da58c743cce849c0d2eb58e9f32e1e92ec9b344ace3428fbd167f760f4e
MD5 ac6699431b680e47c7bd5025c20c8d89
BLAKE2b-256 76b6c4551617c4e3f6bb5eae87bda1ceab7dd546193ef57f08a430be64a27ab5

See more details on using hashes here.

File details

Details for the file Orquestra-1.2-py3-none-any.whl.

File metadata

  • Download URL: Orquestra-1.2-py3-none-any.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8

File hashes

Hashes for Orquestra-1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 84b188707566ce04ae21d92821fe53c6a513016b643ad7aedb6ae38e7ac8d0f5
MD5 149b8581c1f7835b36ed9d62d9bb08ba
BLAKE2b-256 1045d12beba28e17e7a14f456ed78ddb7532340d42c29559cacfe6a4a4cab473

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page