Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zoheb Lokhandwala
whats-open
Commits
232ba268
Commit
232ba268
authored
Oct 25, 2013
by
Renfred Harper
Browse files
Merge branch 'master' of /home/git/repositories/creffett/whats-open
parents
c38b6771
63d4c163
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
232ba268
...
...
@@ -13,8 +13,8 @@ There are many things that can be done with this project (see the "To Do"
section), but sometimes it's the small things that count, so don't be afraid of
contributing just for a spelling mistake.
If you need help at all please contact
me (Tyl
er
)
.
I
want people to
contribute, so if you are struggling, or just want to learn, then
I am
willing
If you need help at all please contact
any SRCT memb
er.
We
want people to
contribute, so if you are struggling, or just want to learn, then
we are
willing
to help.
###Set Up###
...
...
@@ -29,19 +29,19 @@ To get started, you'll need the following installed:
[
pip
](
http://www.pip-installer.org/en/latest/installing.html
)
or
[
easy_install
](
http://pythonhosted.org/distribute/easy_install.html
)
)
<!--This section is redundant as git.gmu.edu is no longer operational -->
<!--You don't need to do anything with [git.gmu.edu](https://git.gmu.edu/) to -->
<!--preform a `git clone`, but you should log in if you plan on actually modifying -->
<!--code. Logging into git.gmu.edu with your George Mason credentials will create -->
<!--an account. Ask a SRCT member to add you to the SRCT group on the site and you -->
<!--will be added to the list of people allowed to `git push` to the repository at -->
<!--git.gmu.edu. -->
<!--git.gmu.edu. Alternatively, you can fork the project, clone your own repo, make -->
<!--changes there, and submit pull requests.-->
Then type the following commands in your terminal (if you're on Windows,
[
Cygwin
](
http://www.cygwin.com/
)
is recommended).
```
bash
git clone http
s
://git
hub.com/thallada
/whats-open.git
git clone http://git
.gmu.edu/srct
/whats-open.git
cd
whats-open/
virtualenv venv
--distribute
source
venv/bin/activate
...
...
@@ -50,13 +50,6 @@ python manage.py syncdb
python manage.py migrate website
```
<!--This section is redundant as git.gmu.edu is no longer operational -->
<!--If git.gmu.edu is not loading correctly the alternative url is: -->
<!--https://github.com/thallada/whats-open.git-->
Note, I will have to add you as a collaborator to the github repo for you to be
able to push code. Please email me, Facebook message, or send me a Zulip message
me so I can add you.
###Running the Site Locally###
Now that everything is set-up you can run the server on your computer.
...
...
@@ -86,14 +79,12 @@ documentation](http://docs.jquery.com/) and I've found [Mozilla's documentation
on JavaScript
](
https://developer.mozilla.org/en-US/docs/JavaScript
)
to be
useful as well. But if your Google-fu is sharp, that should suffice.
<!--This section is incorrect as git.gmu.edu is no longer operational -->
<!--If you followed the steps in "Set Up" above, once you actually make changes it-->
<!--should be easy to push them to the git repository.-->
Once you actually make your changes and have fully tested them you can push the
code to the git repository. Note, I will have to add you to my github repo in
order for you to be allowed to push code to the repo. Please email, Facebook
message, Humbug message me so I can add you.
code to the git repository. The best way to do this is to fork the project, make
the changes in your local repository, push to gitlab, and submit a pull request.
There are many ways to use git, and this is one example:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment