Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated readme to include how to grab existing planet project #28

Merged
merged 2 commits into from Nov 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Expand Up @@ -5,3 +5,21 @@ A tool for tracking blogs in orbit around Seneca's open source involvement
An initial discussion of the project is available in the [Overview](docs/overview.md) document.

A guide to contributing, prerequisites, and building the environment available in the [CONTRIBUTING](docs/CONTRIBUTING.md) document.

# Getting the project legacy code

You may want a copy of the legacy project for later reading.

To grab a local copy of the legacy project.. you can run [wget](https://www.gnu.org/software/wget/).

To build the project for yourself you can follow the instructions in the [INSTALL](https://people.gnome.org/~jdub/bzr/planet/devel/trunk/INSTALL) file.

__Linux/Mac__
```
wget -r --no-parent https://people.gnome.org/~jdub/bzr/planet/devel/trunk/
```

__Windows__
1. Download wget binary [here](http://wget.addictivecode.org/FrequentlyAskedQuestions.html#download)
2. ```cd path/to/downloaded/wget```
3. ```wget -r --no-parent https://people.gnome.org/~jdub/bzr/planet/devel/trunk/```