Git Product home page Git Product logo

boogiehasfun.github.io's Introduction

boogiehasfun.github.io

i will attempt to make a good website

Self-hosting

If you ever want to self-host my website. You're gonna need python, and possibly even other stuff like ngnix if you are hosting it publicly, and if you are hosting it publicly please make sure you cannot see others public ip address. This is for privacy and so if I check it out you cannot leak my ip, basically don't make your fork of my website a ip grabber (sounds like something galaticlemonade would do). I am not an expert at self-hosting, it's best if you figure it out by asking questions, use StackOverFlow, use Youtube, etc.

If you are going to self-host this repo exactly, don't waste your time making it public. you can make your forks (with different code than mine) public, just abide by the license

Local hosting

Step 1: download python. you can do this using choco install python, or using scoop install main/python, or use apt-get:

sudo apt-get update
sudo apt-get install python3.6

or just figure it out on your own!

Step 2: run this command: python -m http.server or python3 -m http.server. this will serve your website over http, on your pc's localhost, on port 8000. if you, for example, want to test your website on mobile to see if it works on small screens, you can find your localhost on windows by running ipconfig in cmd, or on ubuntu you can run ip address to find your local ip. if you want to test your website on your computer that you are running the server on it is as simple as putting in localhost:8000 into your address bar.

that's it. you don't have to run your website like this (and probably shouldn't), but for testing it's simple and easy as most people have python installed anyways. have fun playing around with your creations!

boogiehasfun.github.io's People

Contributors

boogiehasfun avatar

Stargazers

 avatar

Watchers

 avatar

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.