Compare commits

..

No commits in common. "422baeaae28605d7800404c8b7d7d3cf3b8de9de" and "dcda0f372abc51b18c8dbd62e9aafcddee3dff21" have entirely different histories.

3 changed files with 5 additions and 2 deletions

View File

@ -29,6 +29,9 @@ source venv/bin/activate
# Install all the requirements
pip install -r requirements.txt
# Load environment by default
echo "source /usr/local/upfast/venv/bin/activate" > "/usr/local/upfast/.profile"
# create the upload directory
mkdir upload

View File

@ -36,7 +36,7 @@ video {
a {
color: #f2d5cf;
text-decoration: none;
font-weight: bold;
font-style: bold;
padding: 5px;
}

View File

@ -14,7 +14,7 @@ h1 {
a {
color: #f2d5cf;
text-decoration: none;
font-weight: bold;
font-style: bold;
padding: 5px;
}