# postex **Repository Path**: tangoo/postex ## Basic Information - **Project Name**: postex - **Description**: a simple blog system - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-09-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #postex postex is a simple blog system bootstrap ------------ - excute the `pip` command to confirm pip is available in your envirenment $ pip if you got some error go to step 2, then go to step 3. - set your python scripts into system env path the path is /Scripts/ eg. I install my python in `C:\Tangoo\Program\python276`, then the the path is C:\Tangoo\Program\python276\Scripts\ - checkout the repository $ git clone https://Peterinor@bitbucket.org/codingfucker/postex.git - install the dependency libs using `evn.bat`, just excute the env.bat in the project root dir. $ env.bat this command will install the Flask & it's dependencies in the global lib, of cause it works ok. And it's ok for the development of the project with the python virtual envirenment. - run the blog $ python postex.py now you can open `http://localhost:5000/` to test if the website works ok. enjoy.