mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
improved the bin files
This commit is contained in:
parent
e96595896c
commit
de5c0741f7
4 changed files with 76 additions and 47 deletions
|
@ -34,9 +34,8 @@ The Node.js version of your Linux repository might be too old/new. Please compil
|
|||
2. Install npm `curl http://npmjs.org/install.sh | sh`
|
||||
3. Ensure you have installed the sqlite develob libraries, gzip and git `apt-get install libsqlite3-dev gzip git-core`
|
||||
4. Clone the git repository `git clone 'git://github.com/Pita/etherpad-lite.git'`
|
||||
5. Install the dependencies `cd etherpad-lite && npm install`
|
||||
6. Start it with `bin/run.sh`
|
||||
7. Open your web browser and visit <http://localhost:9001>
|
||||
5. Start it with `bin/run.sh` (the first run will install all dependencies)
|
||||
6. Open your web browser and visit <http://localhost:9001>
|
||||
|
||||
# Next Steps
|
||||
You can modify the settings in the file settings.json
|
||||
|
@ -60,4 +59,4 @@ You can join the [mailinglist](http://groups.google.com/group/etherpad-lite-dev)
|
|||
You also help the project, if you only host a ep-lite instance and share your experience with us.
|
||||
|
||||
# License
|
||||
[Apache License v2](http://www.apache.org/licenses/LICENSE-2.0.html)
|
||||
[Apache License v2](http://www.apache.org/licenses/LICENSE-2.0.html)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue