Fix links in README
parent
26ee9c2f16
commit
dff8910966
12
README.md
12
README.md
|
@ -42,7 +42,7 @@ Also, check out the **[FAQ](https://github.com/Pita/etherpad-lite/wiki/FAQ)**, r
|
||||||
### Prebuilt windows package
|
### Prebuilt windows package
|
||||||
This package works out of the box on any windows machine, but it's not very useful for developing purposes...
|
This package works out of the box on any windows machine, but it's not very useful for developing purposes...
|
||||||
|
|
||||||
1. Download the windows package <https://github.com/Pita/etherpad-lite/downloads>
|
1. Download the windows package <https://github.com/ether/etherpad-lite/downloads>
|
||||||
2. Extract the folder
|
2. Extract the folder
|
||||||
|
|
||||||
Now, run `start.bat` and open <http://localhost:9001> in your browser. You like it? [Next steps](#next-steps).
|
Now, run `start.bat` and open <http://localhost:9001> in your browser. You like it? [Next steps](#next-steps).
|
||||||
|
@ -51,8 +51,8 @@ Now, run `start.bat` and open <http://localhost:9001> in your browser. You like
|
||||||
You'll need [node.js](http://nodejs.org) and (optionally, though recommended) git.
|
You'll need [node.js](http://nodejs.org) and (optionally, though recommended) git.
|
||||||
|
|
||||||
1. Grab the source, either
|
1. Grab the source, either
|
||||||
- download <https://github.com/Pita/etherpad-lite/zipball/master>
|
- download <https://github.com/ether/etherpad-lite/zipball/master>
|
||||||
- or `git clone https://github.com/Pita/etherpad-lite.git` (for this you need git, obviously)
|
- or `git clone https://github.com/ether/etherpad-lite.git` (for this you need git, obviously)
|
||||||
2. start `bin\installOnWindows.bat`
|
2. start `bin\installOnWindows.bat`
|
||||||
|
|
||||||
Now, run `start.bat` and open <http://localhost:9001> in your browser.
|
Now, run `start.bat` and open <http://localhost:9001> in your browser.
|
||||||
|
@ -70,7 +70,7 @@ Additionally, you'll need [node.js](http://nodejs.org).
|
||||||
|
|
||||||
**As any user (we recommend creating a separate user called etherpad-lite):**
|
**As any user (we recommend creating a separate user called etherpad-lite):**
|
||||||
|
|
||||||
1. Move to a folder where you want to install Etherpad Lite. Clone the git repository `git clone git://github.com/Pita/etherpad-lite.git`
|
1. Move to a folder where you want to install Etherpad Lite. Clone the git repository `git clone git://github.com/ether/etherpad-lite.git`
|
||||||
2. Change into the new directory containing the cloned source code `cd etherpad-lite`
|
2. Change into the new directory containing the cloned source code `cd etherpad-lite`
|
||||||
|
|
||||||
Now, run `bin/run.sh` and open <http://127.0.0.1:9001> in your browser.
|
Now, run `bin/run.sh` and open <http://127.0.0.1:9001> in your browser.
|
||||||
|
@ -87,7 +87,7 @@ You can modify the settings in `settings.json`. (If you need to handle multiple
|
||||||
You should use a dedicated database such as "mysql", if you are planning on using etherpad-lite in a production environment, since the "dirtyDB" database driver is only for testing and/or development purposes.
|
You should use a dedicated database such as "mysql", if you are planning on using etherpad-lite in a production environment, since the "dirtyDB" database driver is only for testing and/or development purposes.
|
||||||
|
|
||||||
## Helpful resources
|
## Helpful resources
|
||||||
The [wiki](https://github.com/Pita/etherpad-lite/wiki) is your one-stop resource for Tutorials and How-to's, really check it out! Also, feel free to improve these wiki pages.
|
The [wiki](https://github.com/ether/etherpad-lite/wiki) is your one-stop resource for Tutorials and How-to's, really check it out! Also, feel free to improve these wiki pages.
|
||||||
|
|
||||||
Documentation can be found in `docs/`.
|
Documentation can be found in `docs/`.
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ If you want to find out how Etherpad's `Easysync` works (the library that makes
|
||||||
## Getting started
|
## Getting started
|
||||||
You know all this and just want to know how you can help?
|
You know all this and just want to know how you can help?
|
||||||
|
|
||||||
Look at the [TODO list](https://github.com/Pita/etherpad-lite/wiki/TODO) and our [Issue tracker](https://github.com/Pita/etherpad-lite/issues). (Please consider using [jshint](http://www.jshint.com/about/), if you plan to contribute code.)
|
Look at the [TODO list](https://github.com/ether/etherpad-lite/wiki/TODO) and our [Issue tracker](https://github.com/ether/etherpad-lite/issues). (Please consider using [jshint](http://www.jshint.com/about/), if you plan to contribute code.)
|
||||||
|
|
||||||
Also, and most importantly, read our [**Developer Guidelines**](https://github.com/Pita/etherpad-lite/wiki/Developer-Guidelines), really!
|
Also, and most importantly, read our [**Developer Guidelines**](https://github.com/Pita/etherpad-lite/wiki/Developer-Guidelines), really!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue