Repository files navigation Welcome to the repo for oxyos.github.io, the website for Oxy Open Source!
The python programming language, which can be downloaded from python.org
The python packages Flask and Frozen_Flask
These can be installed by running python3 -m pip install -r requirements.txt within the same folder that the code is in
Once you have all the requirements, continue to Environment Setup
On Github, fork oxyos/oxyos.github.io
Either using GitKraken (highly recommended), any other git GUI, or the command line, clone the repo
For GitKraken: In the Remote section of the left panel in GitKraken, click the "+" button and add the forked repo as a remote
Once you have the files, continue to Running the Site for Development
Running the Site For Development
To develop, run the following command to start the built-in flask web server:
MacOS/Linux/Windows: python3 main.py
This will start the server on port 5000 on your machine, open any browser (Chrome, Firefox, Safari, etc...) and navigate to localhost:5000
Once you have finished building the site, continue to Making Contributions
commit and push the changes to your forked repo's master branch
Go to your forked copy of the repo on Github, and open a pull request from your master branch to oxyos/oxyos.github.io/master
You are now done! Enjoy your updates to the site
Keeping your Project Up-to-date With The Website
Run git pull to get all the changes
You can’t perform that action at this time.