Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.1 KB

README.md

File metadata and controls

12 lines (11 loc) · 1.1 KB

Hacktoberfest2019

Demo on How to host in cloud

Step of host in cloud (heroku)

  • Have a git

  • Have a heroku account if not then click Here

  • heroku cli install in your system or repository host in github

  • After Complate all above step if you host using cli then type heroku login in your cmd or Terminal. if you choice host using git then open browser and type heroku.com and login in heroku.

  • After Successfuly login redirect to dashboard of heroku

  • Then click on new and you show you page which is have two input box. enter app-name and choose region .

  • Then in cmd in type heroku config:set DISABLE_COLLECTSTATIC=1 or if give you error Error: Missing required flag then you type like this heroku config:set DISABLE_COLLECTSTATIC=1 --app wmthacktoberfest2019

  • My Current Website look like this click here to view