forked from sfermigier/Planet-GTLL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56c4d11
commit 7d8dce4
Showing
8 changed files
with
63 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
How to install? | ||
=============== | ||
|
||
## Install virtualenv and pip | ||
|
||
Mac: | ||
|
||
$ port install py26-virtualenv py26-pip | ||
|
||
Linux: | ||
|
||
$ apt-get install python-virtualenv python-pip | ||
|
||
Etc. | ||
|
||
## Install the app | ||
|
||
Type: | ||
|
||
$ make | ||
|
||
## Run | ||
|
||
a) Start the server with: | ||
|
||
$ make serve | ||
|
||
b) Crawl the feed with: | ||
|
||
$ ./ring.sh crawl | ||
|
||
(You might want to set up a crontab). | ||
|
||
## Configure | ||
|
||
Edit `ring.cfg` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Goals for the Planetoid project | ||
Goals for the Ring project | ||
=============================== | ||
|
||
Features | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters