No project description provided
Project description
sarscov2x
This is a sample application for use in a talk on how to configure your python project to use TravisCI.
Installing the sample application
If you want, you can install the Django app. To do so, follow the steps below.
Install conda, check the docs for your OS:
https://docs.conda.io/en/latest/miniconda.html
After the installation, create an environment using conda:
conda create -n edc python=3.8
Activate your new environment:
conda activate edc
Clone this repo into a folder, for example, projects:
mkdir ~/projects cd ~/projects git clone https://github.com/erikvw/sarscov2x.git
Navigate into the repo and install the requirements:
cd ~/projects/sarscov2x pip install -U -r requirements.txt
This is a simple Django application so:
python manage.py migrate python manage.py createsuperuser
Start up the test webserver:
python manage.py runserver
Open your browser and navigate to:
http://localhost:8000
References:
https://docs.travis-ci.com/user/tutorial/ https://docs.travis-ci.com/user/tutorial/#to-get-started-with-travis-ci-using-github
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
sarscov2x-0.1.0-py3-none-any.whl
(32.1 kB
view details)
File details
Details for the file sarscov2x-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: sarscov2x-0.1.0-py3-none-any.whl
- Upload date:
- Size: 32.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39c9d5e642f5d91c27243467217cbdc9d8ab192e8acaa72ccb2f73a085f3bd39 |
|
MD5 | 796845bbf060ac196f675c193e9f5223 |
|
BLAKE2b-256 | 7af03c39855cb0016214560564b2e6d7c6340198ca8e78aff276f050449d79fe |