Skip to content

chidelmun/smconf.org

 
 

Repository files navigation

Deploy smconf.org Swimming Octocat GitHub issues GitHub stars GitHub license

==============

Silicon Mountain Conference website was created, and is maintained by The Silicon Mountain developers in Buea. If you want to contribute to this project, fork the repository and follow the steps below to contribute.

Installing Python 3.6

Follow this link to install Python 3.6 on your Linux OS: http://python-guide-pt-br.readthedocs.io/en/latest/starting/install3/linux/. We recommend developers to use Linux for development to make things easier for everyone. This step is to allow us use python3 in-built http.server module to deploy the website during development.

Change to home directory

$ cd ~/

Clone your Fork

$ git clone https://github.com/<your-github-handle>/smconf.org.git

Replace <your-github-handle> with your actual Github username. For example, mine is: git clone https://github.com/ch3nkula/smconf.org.git.

Build & Deploy locally

$ python3 -m http.server

Deployment by default is on port 8000 when using the python3's in-built HTTP server.

Testing on your browser

Open up your browser and type the link: http://localhost:8000. Hayyy! You should have the website served via HTTP successfully if the website loads locally 👍.

License

smconf.org is licensed under Apache.

About

🐘 Silicon Mountain website

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 58.4%
  • CSS 36.9%
  • JavaScript 3.7%
  • PHP 1.0%