-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathREADME
More file actions
22 lines (19 loc) · 936 Bytes
/
README
File metadata and controls
22 lines (19 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
***********************************************************************
***** a Collaborative and Open Webcrawler based on PostgreSQL *********
*********** *******************
************* (c) Pierre Jourlin 2011-2016 *********************
*************** ************************
***********************************************************************
- For approved developpers only :
> sudo apt-get install git-core
> ssh-keygen -t rsa -C "your_email@youremail.com"
> send the file .ssh/id_rsa.pub to pierre.jourlin@univ-avignon.fr to be added.
> wait for confirmation
> git clone git@github.com:jourlin/WebCrawler.git
> cd WebCrawler
> more INSTALL.txt
*** note *** update git repository at github.com :
- git commit -a -m "What's new..."
- git push -u origin master
***** Updating local git repository from github :
- git pull -u origin master