Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
CoNekT/docs/building_conekt.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
41 lines (28 sloc)
1.72 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Building CoNekt | |
## Using the admin panel to build CoNekt | |
Make sure *LOGIN_ENABLED=True* in *config.py* and the database was build | |
with and admin account (check [here](install_linux.md) for instructions | |
how to add an admin account). | |
Make sure your server **doesn't time out requests**, some operations can take several | |
minutes. If your server is live already running build steps can result in issues for | |
active users. To avoid this consider running and extra CoNekT instance | |
on the server using the built in web-server and connecting to it using an SSH tunnel. | |
To start building, go to the website, log in and (once logged | |
in) click on the username (admin) in the top right corner. Select 'Admin | |
Panel' from the drop-down menu. | |
![Admin panel](./images/admin_home.png "admin panel") | |
The Admin Panel will welcome you with a large warning. Deleting data, | |
overwriting or changing entries here can ruin a carefully set up | |
database. Make sure to read instructions on pages and this documentation | |
to avoid losing work. | |
**When working with an existing database, make sure | |
to back up the database before proceeding.** | |
Step-by-step instructions | |
* [Adding GO term and InterPro domain definitions](./building/001_GO_InterPro_domains.md) | |
* [Adding a new species and functional data](./building/002_species_functional_data.md) | |
* [Adding expression profiles and specificity](./building/003_expression_profiles.md) | |
* [Adding co-expession networks and clusters](./building/004_coexpression_network_cluster.md) | |
* [Adding comparative genomics data](./building/005_comparative_genomics.md) | |
* [Precomputing counts and more](./building/006_precomputing_counts_etc.md) | |
* [Controls](./building/007_controls.md) | |
* [CRUD](./building/008_crud.md) | |