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.
- Python 3
- Nginx
- python requirements
sudo sh start.sh
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