Skip to content

Commit

Permalink
Add explanations about how to add the wiki pages in the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinhardy committed Mar 25, 2016
1 parent defc345 commit 9ef19bf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ If you want to have the __development version__ installed on your computer, thes
* Instant Oracle sdk
* Python libraries:
* cx_Oracle
* passlib
* pycrypto
* python-scapy
* colorlog (recommended)
* termcolor (recommended)
* argcomplete (recommended)
Expand All @@ -139,6 +142,18 @@ Installation (optional, for development version)
This part describes how to install instantclient, CX_Oracle and some others python libraries on __Ubuntu__ in order to have the ODAT development version.
Don't forget that an ODAT standalone version exists at [https://github.com/quentinhardy/odat/releases/](https://github.com/quentinhardy/odat/releases/): __It is not required to install something for use the standalone version__

* Clone the repository to get the ODAT source code:
```bash
git clone git clone https://github.com/quentinhardy/odat.git
```

* Update wiki pages in this repository for getting the ODAT documentation locally:
```bash
cd odat/
git submodule init
git submodule update
```

* Get instant client basic, sdk (devel) and sqlplus from the Oracle web site:
* X64: http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html
* X86: http://www.oracle.com/technetwork/topics/linuxsoft-082809.html
Expand Down

0 comments on commit 9ef19bf

Please sign in to comment.