Official repo for designing/developing the restorethefourth.net website. For now, the basic wireframe, layout, and information will be worked on.
This repo was made in direction and response with http://www.reddit.com/r/restorethefourth/
We're using Django. If you aren't familiar it's very well documented.
This is mostly command line stuff:
If you plan on contributing code you should fork the repo, I will assume you are familiar with that process.
First, make a directory for the project
mkdir restorethefourth
Now clone the repo, it will clone into a directory named rtf, for the sake of convenience rename this directory to fourth.
git clone https://github.com/100010001/rtf.git
mv rtf fourth
Make sure you've installed virtualenv.
Now create a virtualenv:
virtualenv venv
Install requirements:
pip install -r fourth/requirements.txt
Create your local_settings.py file
cp fourth/rtf/local_settings.default fourth/rtf/local_settings.py
From the "fourth" directory, create a database:
./manage.py createdb
Now migrate the database:
./manage.py migrate rtf
Now run the server:
./manage.py runserver
The dev site is now your browser: http://localhost:8000
You'll get a page that looks nothing like the one on restorethefourth.net. You'll need to visit the admin panel and add a new page. Set the slug to "/" and it should take the place of the homepage.
- Why aren't we using Google Analytics?/We shouldn't use Google Analytics/Should we use Google analytics?
This has come up several times in IRC. There is an open ticket here and you are welcome to discuss.
- I can't code but I'm a designer/marketer/have ideas.
Great, please check reddit.com/r/restorethefourth and join #restorethefourth on irc.snoonet.org.
- I have a suggestion to bring to the developers.
Great, bring it up in our irc channel #r4dev on irc.snoonet.org, if the developers think it's in scope then open or have a developer open an issue on the github repo.
- I'm new to this whole git thing, where is a good place to get started?
Github has some great tutorials that should get you up to speed here
- General Discussion: http://webchat.snoonet.org/?channels=restorethefourth
- Dev Discussion: http://webchat.snoonet.org/?channels=r4dev
- Graphic Design Discussion: http://webchat.snoonet.org/?channels=r4design
- Marketing Discussion: http://webchat.snoonet.org/?channels=r4marketing
We don't want this site to become bloated or watered down. We want to keep it simple and get it up and running quickly to support what's going on in reddit. We want to chose a technology that more than one or two people know so we've got a base that can work on it.
####Domain Names Available:
- restorethefourth.us
- restorethe4th.com
- restorethe4th.la
- restorethefourthamendment.com
- restorethefourth.net
The best place to read about what restore the fourth stands for is on reddit. We are focussed on these three things:
-
By exercising our right to vote and peaceful protest, the removal from office of any official in government who acted against our fourth amendment rights. No apologies, no amends, simply removal from office. They have betrayed their oath to protect and defend the constitution, and must be removed.
-
Repeal the patriot act and other similar laws. If our currently elected representatives will not do so (highly unlikely), than we shall in the course of time elect those who will.
-
The implementation of a transparent government which respects the fourth amendment and represents the interests of the people of the United States of America.