Skip to content
Druzzy edited this page Apr 8, 2014 · 4 revisions

David downloaded a JavaScript IDE to start working on the back-end for the project. He looked at a couple JavaScript tutorials. He successfully ran "Hello World" and opened it up at localhost:8888. The next step will be to find out how to download images from the BYU webpage. It will need to be able to identify cars when they leave or enter the parking lot.

Jared: Purchased server space at digitalocean.com and began figuring out how to get the webpage interface http set up and looking good. Also better established the overall function with the group and talked with Dr. Morse about how to process the images to detect cars and the direction they are moving past an entryway.

Adams progress: I was able to create a new ubuntu droplet on digital ocean (http://107.170.22.122/). I installed apache, mySQL and PHP5 to complete a "lamp" server set up. I also created a user account and gave him root access as well as changed the root password, all done with ssh. I created a new database named parking_lots to store information that davids javaScript will propagate. Jared will be able to use apache to display his web page.

Clone this wiki locally