Man page - gbrowse_create_account(1)
Packages contains this manual
- gbrowse_import_ucsc_db(1)
- gbrowse_clean(1)
- gbrowse_aws_balancer(1)
- gbrowse_syn_load_alignments_msa(1)
- ucsc_genes2gff(1)
- gbrowse_metadb_config(1)
- load_genbank(1)
- make_das_conf(1)
- bed2gff3(1)
- gbrowse_grow_cloud_vol(1)
- wiggle2gff3(1)
- scan_gbrowse(1)
- gbrowse_sync_aws_slave(1)
- gbrowse_slave(1)
- gbrowse_change_passwd(1)
- gbrowse_syn_load_alignment_database(1)
- gbrowse_create_account(1)
- gtf2gff3(1)
- gbrowse(1)
- gbrowse_set_admin_passwd(1)
apt-get install gbrowse
Manual
GBrowse2
NAMESYNOPSIS
DESCRIPTION
AUTHOR
NAME
gbrowse_create_account - Creates an account for GBrowse
SYNOPSIS
gbrowse_create_account [-pass password -fullname name -email address] user user GBrowse user name [-pass password] If a password is not provided on the command line, you will be prompted for it on standard input [-fullname name] User full name [-email address] User email
DESCRIPTION
Creates a user
account with the desired username and password. If the
account already exists, then the password is reset. This
script uses the "user_account_db" option in the
currently installed GBrowse.conf configuration file to find
the appropriate accounts database.
WARNING:
This script should be run as the web server
user using "sudo -u www-data $0". If it detects
that it is not being run as this user, it will attempt to
sudo itself for you.
AUTHOR
Olivier Sallou (olivier.sallou (at) irisa.fr) - Man page and packaging Lincoln Stein - GBrowse