Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
Removes the reference to yui-compressor in the README. Using pagespee…
Browse files Browse the repository at this point in the history
…d, I can automatically minimize and concat css files.
  • Loading branch information
FedericoPonzi committed Sep 18, 2018
1 parent 7a0c6b5 commit 6b134ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ It's made with:
* Create a user and a database for isitdown.site, and import the isitdown.db file.
* Give build.sh run permissions: `chmod +x build.sh`
* Open a terminal, and run `./build.sh` to create the virtual environment and download the required packages.
* It also need yui-compressor used to minify the css.
* Type `source .venv/bin/activate` to activate the virtual environment
* Add the database connection uri as enviornment variable: `export DATABASE_URI=postgresql://username:password@localhost/database`. You can add a `PORT` variable to ovverride the default listening port (5000).
* Finally, run `python3 index.py` to run the site.
Expand Down

0 comments on commit 6b134ed

Please sign in to comment.