Skip to content

Commit

Permalink
Merge pull request #89 from lmevange/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
joecascioli committed Dec 11, 2016
2 parents edbbffb + 2845fc0 commit 5151ca2
Showing 1 changed file with 15 additions and 24 deletions.
39 changes: 15 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
# Rentar

Rent Rater website
The idea of this project is to create a reliable source of information for renters to learn about the history of their prospective apartment or landlord. Landlords tend to have the upperhand so this is suppsoed to be a tool that renters can use to help even the playing field.
Renter Rater website
The idea of this project is to create a reliable source of information for renters to learn about the history of their prospective apartment and landlord. Landlords tend to have the upperhand so this is suppsoed to be a tool that renters can use to help even the playing field.

Look up history of apartments
Look up history of landlord
Rating system.
Look up history of apartments and Landords and how users of the site rate them.

To acsess our website go to http://www.rentarater.com/

To access our website go to http://www.rentarater.com/

The first step is to create a User and this can be done by clicking the Log in button on the right of our navigation bar.
After creating a user you can finally use all the features of Rentar.
After creating a user you can finally use all the features of Rentar. These features include adding apartments and landlords, rating apartments and landlords, and searching for your apartment or landlord. If you can't find it you can add it to our system. if the information is out of date you can update it.

You can rate apartments by clicking the Add apartment button
You can rate apartments by clicking the add apartment button or by searching for one in the search box!

![alt tag](https://github.com/lmevange/Rentar/blob/readmepics/assets/Images/Screen%20Shot%202016-12-08%20at%206.53.35%20PM.png)



After clicking that you will be brought to a page and will click on the Adress info button
After clicking add you will be brought to a page and will click on the Adress info button

![alt tag](https://github.com/lmevange/Rentar/blob/readmepics/assets/Images/Screen%20Shot%202016-12-08%20at%207.12.46%20PM.png)

Upon clicking a popup will apear and you can fillout the information for the aparemnt you wish to rate
Upon clicking a popup will apear and you can fill out the information for the apartment you wish to rate and the following page will ask you to rate that apartment's various amenities.

You can contact us at the Contact Us button
You can contact us and learn about us by clicking on the About Us button


![alt tag](https://github.com/lmevange/Rentar/blob/readmepics/assets/Images/Screen%20Shot%202016-12-10%20at%202.18.11%20PM.png)
Expand All @@ -42,17 +41,15 @@ You can contact us at the Contact Us button

* We first create a droplet at digital ocean to get an IP and server. Log in and change root

password. Make user. Add user to sudo group. Log in as new user. Make home directory rwx.

* On that droplet update and upgrade, make sure python3 and git is installed.

password. Make user. Add user to sudo group. Log in as new user. Make home directory read write and executable to new user.

* Do all install commands with sudo.

* Install pip3 with package ‘python3-pip3’ update pip3 with ‘pip3 install –upgrade pip’
* On that droplet update and upgrade the OS, make sure python3 and git is installed with 'apt-get install python3' and 'apt-get install git'.

* Install Django and crispy forms packages ‘pip3 install django’ ‘pip3 install django-crispy- forms
* Install pip3 with package ‘apt-get install python3-pip3’ update pip3 with ‘pip3 install –upgrade pip

‘pip3 install Django-mathfilters’
* Install Django and packages ‘pip3 install django’ ‘pip3 install django-crispy-forms’ ‘pip3 install Django-mathfilters’

* Clone repository ‘git clone https://github.com/lmevange/Rentar’

Expand All @@ -61,9 +58,3 @@ You can contact us at the Contact Us button
runserver 0.0.0.0:8000’ to run on remote IP.

* Add ip address and or hostname of server in server/settings.py under allowed_hosts[]

https://www.digitalocean.com/community/tutorials/how-to- set-up- a-host- name-with- digitalocean

https://www.digitalocean.com/community/questions/how-do- i-point- my-custom- domain-to- my-ip-

port-41- 111-20- 36-8080

0 comments on commit 5151ca2

Please sign in to comment.