mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -04:00
Replace node_modules/ep_etherpad-lite
with src
This commit is contained in:
parent
269c6d09c5
commit
bdd32f8915
13 changed files with 16 additions and 18 deletions
|
@ -66,7 +66,7 @@ Update to the latest version with `git pull origin`, then run
|
|||
|
||||
If cloning to a subdirectory within another project, you may need to do the following:
|
||||
|
||||
1. Start the server manually (e.g. `node/node_modules/ep_etherpad-lite/node/server.js`)
|
||||
1. Start the server manually (e.g. `node src/node/server.js`)
|
||||
2. Edit the db `filename` in `settings.json` to the relative directory with the file (e.g. `application/lib/etherpad-lite/var/dirty.db`)
|
||||
3. Add auto-generated files to the main project `.gitignore`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue