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

Uploaded Source

Built Distribution

Orquestra-1.0-py2.py3-none-any.whl (1.6 MB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: Orquestra-1.0.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3

File hashes

Hashes for Orquestra-1.0.tar.gz
Algorithm Hash digest
SHA256 e38db28f26ca0c541f9afadc7d1a485319ea4274ed5be29eda423bc6b2e52bd6
MD5 7bdac6059be6751b6c5b8109cff91225
BLAKE2b-256 d73a0f6b1ddc0d2f63a775e2b5d5397b4c036095eeb67527b93ce95e585b356a

See more details on using hashes here.

File details

Details for the file Orquestra-1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: Orquestra-1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3

File hashes

Hashes for Orquestra-1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 998ef23cd6caf6a0d7f65f474de9799f7f4d0f77554e33311857846c5a76763d
MD5 a849c71b8013e1232dc897b8de777daf
BLAKE2b-256 a2d7cdff5fad11d2be18eb9052169321e1c110efd8c2d5aa317b8177700c8660

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