Skip to content

PythonTriCities/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Tri-Cities Website

This is the repository for the group website.

It will use the flask framework, because it's a great way to get started!

Getting Started

Take a look at the Flask documentation:

Fork this repo, add your changes, create a pull request

Requirements to make this work

python 3 installed on your system

or

Docker installed on your system

How do get the files?

Well you will need the files from this repository.

If you don't have a program called git installed then click this link to download s zip file:

https://github.com/PythonTriCities/website/archive/master.zip

Expand that file somewhere convienent

If you have git installed, but don't have a free github account then type :

git clone https://github.com/PythonTriCities/website.git

If you have git installed and a github account, with ssh keys then type:

git clone git@github.com:PythonTriCities/website.git

How do I make it run with python?

From the website directory:

python app/app.py

Then go to:

http://localhost:5000

and you will see the website

How do I run it without Python or from a Docker container

docker build --tag=website-latest .

then

docker run -d -p 5000:5000 website-latest

If you also have docker compose installed then you can build the image with:

docker-compose up -d

Then go to:

http://localhost:5000

and you will see the website

Running the tests

See the test directory

Versioning

Use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Help from the internets, stackoverflow, users group members, etc...

About

This is to build up our website and allow our members to collaborate on the project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors