Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 691 Bytes

README.rst

File metadata and controls

34 lines (24 loc) · 691 Bytes

stegano web

Presentation

This web application uses the Stegano library.

Usage

Deployment

Deploying the application on Heroku

$ git clone https://github.com/cedricbonhomme/stegano-web.git
$ cd stegano-web/
$ heroku create --region=eu stegano-web
$ heroku buildpacks:add --index 1 heroku/python
$ heroku buildpacks:add --index 2 https://github.com/heroku/heroku-buildpack-nodejs
$ git push heroku master
$ heroku ps:scale web=1
$ heroku open

Contact

My home page.