Giter Site home page Giter Site logo

gild's Introduction

<<<<<<< HEAD

=======

Gild

Initial set-up of Appreciation webpage

Link to the live website

Link to the website

Link to same website at heroku link

See the google docs for more info on steps, as well as some screenshots

2021.04.23 Update

Deployed to Heroku.

1 Following the instructions, deploy the app to Heroku, it?s free. The general steps are:

  • Install git and heroku
  • Create a Heroku account (added you as a collaborator to the gild heroku repo).
  • Once you have git installed, type the following commands in your webapp folder:
  • git init
  • git add .
  • `git commit -m 'My first commit?'
  • Run the following commands in your webapp folder to deploy to heroku:
  • heroku create
  • git push heroku master which will push your webapp to Heroku?s servers.
  • heroku run python manage.py migrate to create the database
  • heroku ps:scale web=1 which actually assigns compute power to your app
  • Run heroku open which will open your live website.

*To link with a godaddy domain, -in terminal: heroku domains:add www.mygild.com heroku domains This is what the output should look like:

Copy the boiling-orchid-hj1kcg2zfpw8sl38mq7bhvf5.herokudns.com This is the dns target. In godaddy, go to dns settings for the domain you purchased. mygild for instance

Paste the dns target into the CName field, overwriting the @ symbol. Follow the instructions here: https://www.earningbaba.com/redirect-non-www-to-www-in-godaddy/ To forward naked doman to site: mygild.com -> http://www.mygild.com: Add a subdomain. mygild.com to www.mygild.com. Permanent, forward only

I also added a venv folder. Start venv: source env/bin/activate and deactivate: deactivate

I think django already takes care of package management with the existing requirments.txt

aa917a73a56a101f47005b1b196f05bcb86b8f41

gild's People

Contributors

rshi159 avatar bzin22 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

rshi159

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.