From a68882c4353e21857034a3bcaf341380c9470313 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 31 Jan 2016 19:21:34 +0000 Subject: [PATCH] Added links --- project/pages/views/college.py | 1 - static/src/js/components/navbar/navbar.js | 4 ++-- templates/college/student-server.md | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/project/pages/views/college.py b/project/pages/views/college.py index bc6a5ae..d27e54e 100644 --- a/project/pages/views/college.py +++ b/project/pages/views/college.py @@ -5,6 +5,5 @@ class AttackOnBlocksView(MarkdownView): markdown = 'projects/attack-on-blocks.md' - class StudentServerView(MarkdownView): markdown = 'college/student-server.md' diff --git a/static/src/js/components/navbar/navbar.js b/static/src/js/components/navbar/navbar.js index 5310c53..c8f4ab9 100644 --- a/static/src/js/components/navbar/navbar.js +++ b/static/src/js/components/navbar/navbar.js @@ -34,8 +34,8 @@ export default class NavBar extends React.Component { Student Robotics - Attack on Blocks Game - Student Server + Attack on Blocks Game + Student Server EPQ Wall of Sheep diff --git a/templates/college/student-server.md b/templates/college/student-server.md index f87d639..74beba6 100644 --- a/templates/college/student-server.md +++ b/templates/college/student-server.md @@ -1,7 +1,7 @@ # Student Server -Back when I was in college, we needed a server for computing students to learn how to FTP, and script on a server using python CGI and PHP, as well as possibly for some students coursework. Fortunately, the college already had one, running the IT students microsite for extra course information. The problem was that it was majorly out of date, and no one really new how to use it properly. It was up to me and my friend Alex to bring the server up to date, and make it ready for the students who needed it. +Back when I was in college, we needed a server for computing students to learn how to FTP, and script on a server using python CGI and [http://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/#an-analogy](PHP), as well as possibly for some students coursework. Fortunately, the college already had one, running the IT students microsite for extra course information. The problem was that it was majorly out of date, and no one really new how to use it properly. It was up to me and my friend Alex to bring the server up to date, and make it ready for the students who needed it. -The original plan was to update the server's OS (at that stage running Ubuntu 12.04 LTS), install python and PHP backends, add student users, and then make sure they couldn't edit eachothers documents. In the end Alex did a server backup, and then fully reinstalled the server OS from scratch, and then pushed the documents back on, which made our lives a lot easier. +The original plan was to update the server's OS (at that stage running Ubuntu 12.04 LTS), install python and [http://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/#an-analogy](PHP) backends, add student users, and then make sure they couldn't edit eachothers documents. In the end Alex did a server backup, and then fully reinstalled the server OS from scratch, and then pushed the documents back on, which made our lives a lot easier. Because he had worked with servers a lot in the past, and was already very fluent with the ubuntu terminal, he installed the software that was needed, and got it all configured properly, whilst I worked on the student logins and permission structure.