Skip to content
Snippets Groups Projects
Commit e3ff98e4 authored by javey's avatar javey
Browse files
parents c3f67f86 3bec9e9e
No related branches found
No related tags found
No related merge requests found
...@@ -11,26 +11,7 @@ sortorder: 005 ...@@ -11,26 +11,7 @@ sortorder: 005
[Design Document 1](/files/DesignDocument1.docx.pdf) [Design Document 1](/files/DesignDocument1.docx.pdf)
## Weekly Reports ## Weekly Reports
<iframe src="https://drive.google.com/embeddedfolderview?id=0BywzM7Q_7PUSeF8tdWpmMVN0eG8#list" width="100%" height="500" frameborder="0"></iframe>
[Weekly Report 1](/files/weeklyReports/may1716_microCART_report1.pdf)
[Weekly Report 2](/files/weeklyReports/may1716_microCART_report2.pdf)
[Weekly Report 3](/files/weeklyReports/may1716_microCART_report3.pdf)
[Weekly Report 4](/files/weeklyReports/may1716_microCART_report4.pdf)
[Weekly Report 5](/files/weeklyReports/may1716_microCART_report5.pdf)
[Weekly Report 6](/files/weeklyReports/may1716_microCART_report6.pdf)
[Weekly Report 7](/files/weeklyReports/may1716_microCART_report7.pdf)
[Weekly Report 8](/files/weeklyReports/may1716_microCART_report8.pdf)
[Weekly Report 9](/files/weeklyReports/may1716_microCART_report9.pdf)
[Weekly Report 10](/files/weeklyReports/may1716_microCART_report10.pdf)
## Documentation ## Documentation
<iframe src="https://drive.google.com/embeddedfolderview?id=0B7xOyPfCRH4DTlZyaHZCRjN1Wmc#list" width="100%" height="500" frameborder="0"></iframe> <iframe src="https://drive.google.com/embeddedfolderview?id=0B7xOyPfCRH4DTlZyaHZCRjN1Wmc#list" width="100%" height="500" frameborder="0"></iframe>
...@@ -21,15 +21,14 @@ fi ...@@ -21,15 +21,14 @@ fi
PASSWORD=$(cat PASSWORD) PASSWORD=$(cat PASSWORD)
chmod -R 755 output || exit 1 chmod -R 755 output || exit 1
cd output || exit 1 #cd output || exit 1
lftp<<END_SCRIPT echo "----"
set sftp:connect-program "ssh -a -x -o PubkeyAuthentication=false" echo "sftp password (copy and paste this into the password prompt)"
open sftp://$HOST echo $PASSWORD
user $USERNAME $PASSWORD echo "----"
cd www
mirror -R --delete-first
exit
END_SCRIPT
echo "Website updated." sftp -o PubkeyAuthentication=false $USERNAME@$HOST <<EOF
\ No newline at end of file put -r output/* www/
exit
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment