gopca-server

GO-PCA Server: A tornado-based web server for running GO-PCA


Keywords
server, web, application, go-pca, interface
License
GPL-3.0
Install
pip install gopca-server

Documentation

GO-PCA Web Server

Start

$ python setup.py develop
$ go-pca-server.py -d data_dir -r run_dir -k your_secret_cookie_phrase [-p port]

Copyright and License

Copyright (c) 2015 Florian Wagner, Razvan Panea

GO-PCA Web Server is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License,
Version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.