A short tutorial on how to deploy
See original GitHub issueAuto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj
Hi, I have been loving this tool. Thus far I have only used runserver
to view the knowledge feed. I would now like to deploy. It does not matter to me where it deploys. It could be a custom domain name, or heroku, or anything else. I am just a little lost on how to deploy. From reading the documentation I got this far.
knowledge_repo --repo app/ deploy
From this I get the following:
INFO:knowledge_repo.repositories.gitrepository:Fetching updates to the knowledge repository...
INFO:alembic.runtime.migration:Context impl SQLiteImpl.
INFO:alembic.runtime.migration:Will assume non-transactional DDL.
[2018-01-09 19:33:58 -0500] [17729] [INFO] Starting gunicorn 19.7.1
[2018-01-09 19:33:58 -0500] [17729] [INFO] Listening at: http://0.0.0.0:7000
[2018-01-09 19:33:58 -0500] [17729] [INFO] Using worker: sync
[2018-01-09 19:33:58 -0500] [17772] [INFO] Booting worker with pid: 17772
[2018-01-09 19:33:58 -0500] [17775] [INFO] Booting worker with pid: 17775
[2018-01-09 19:33:58 -0500] [17778] [INFO] Booting worker with pid: 17778
[2018-01-09 19:33:58 -0500] [17781] [INFO] Booting worker with pid: 17781
This is obviously only viewable on my computer at http://0.0.0.0:7000
.
How do I make this deployable to the web?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8 (1 by maintainers)
Top Results From Across the Web
How to DEPLOY your website in UNDER 5 MINUTES - Tutorial
Hey everyone! If you are looking for a quick and easy way to deploy your project onto the internet with a personalised free...
Read more >How to Deploy a Website - Codecademy
1. Create a Website. Use Jekyll, a popular static site generator, to quickly create a functional, customizable website. · 2. Deploy Your Website....
Read more >Create a simple helloWorld deployment - IBM
In this tutorial, you create a simple application with IBM™ UrbanCode™ Deploy. You use standard plug-ins to create a component and define an...
Read more >Deploying our app - Learn web development | MDN
Note: There are also a lot of guides and tutorials on Netlify to help you improve your development workflow. Let's get this done:...
Read more >Quick start guide to creating and deploying a web app
Familiarize yourself with command line tools to create, build, and manage your application. This tutorial was originally developed as a workshop for WECode...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@alexhallam Hi Alex. I’m glad you got things sorted out!
A few pointers for you:
@alexhallam I did! This is the rule added to the security group: