GitXplorerGitXplorer
e

mysite

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
cee32d30923e7b136ae6b8be07ed03f8b045eda0

added flask upload to requirements

eephiepark committed 8 years ago
Unverified
4dc6c60565235158197878a1d21cf6e9d0603ce7

image upload and adding image to textarea

eephiepark committed 8 years ago
Unverified
9a0f36c49babe7585f334913e30bc9f8c80d01c8

Full Text Search in Postgres

eephiepark committed 8 years ago
Unverified
abc9be48d2661ffbc9f74352a69e700928063263

moved models code from app.py into models.py

eephiepark committed 8 years ago
Unverified
3906c22dc8f3e399e4a9a69081f454e560aac845

deleted print command for testing

eephiepark committed 8 years ago
Unverified
d4cac9066becaa11720f123cf2d890409c3e5314

made separate config file

eephiepark committed 8 years ago

README

The README file for this repository.

Activate Virtual Environment by Running the following command $ . venv/bin/activate

Deactivate Virtual Environment $ deactivate

Run Flask server by Running the following command $ python hello.py

Run Postgres by Running the following command $ pg_ctl -D /usr/local/var/postgres/database -l logfile start

Stop Postgres by Running the following command $ pg_ctl -D /usr/local/var/postgres/database -l logfile stop