A framework for the publication of scientific databases
This project is currently in an early alpha stage of development and not production ready.
The legacy version of Daiquiri written in PHP can be found here.
Quick start
Install prerequisites
apt-get install -y git build-essential libxml2-dev libxslt-dev zlib1g-dev libssl-dev
apt-get install -y mariadb-client mariadb-server libmariadb-dev libmariadbclient-dev
More about Daiquiri’s prerequisites including different Linux distributions can be found here.
Fork the daiquiri-app
git clone https://github.com/aipescience/django-daiquiri-app app
Set up the virtual enviroment and install dependencies
cd app
python3 -m venv env
source env/bin/activate
pip install django-daiquiri mysqlclient
Setup Daiquiri
cp config/settings/sample.local.py config/settings/local.py
mkdir log download
./manage.py sqlcreate # shows the commands to be executed on MariaDB
./manage.py migrate # creates database and tables
./manage.py migrate --database=tap # creates TAP_SCHEMA
./manage.py createsuperuser # creates admin user
./manage.py runserver # runs a development server
Navigate to http://localhost:8000 in your browser.
More detailed installation instructions can be found here.
Our development setup is documented here.
More documentation will be added soon.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-daiquiri-0.1.1.tar.gz
(416.4 kB
view details)
File details
Details for the file django-daiquiri-0.1.1.tar.gz.
File metadata
- Download URL: django-daiquiri-0.1.1.tar.gz
- Upload date:
- Size: 416.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fd0b0ae222e3b3a0fb20ce8e458ba4830d1607e71dc62054d3bf9b95d09769d
|
|
| MD5 |
669b0e00ff260067a848cf76bd50f4c4
|
|
| BLAKE2b-256 |
5b9c8c128cacb64d819e74dea930cbc35d984e0b1a403cc8d66517ad2248d50b
|