Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 962 Bytes

README.rst

File metadata and controls

44 lines (29 loc) · 962 Bytes

Bioportal backend

Backend of Bioportal, web application created to offer frontend a connection to openstack cloud via REST API. This backend runs at link. On the server side, it’s running in Docker container. The Dockerfile is not provided here yet.

Requirements

Usage

sudo sh start.sh

Documentation

here

Contributing

1.Fork openstack

2.Create your feature branch (git checkout -b my-new-feature)

3.Commit your changes (git commit -am 'Add some feature')

4.Push to the branch (git push origin my-new-feature)

5.Create a new Pull Request