Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start.bat won't run #6764

Open
Wass89 opened this issue Nov 18, 2024 · 1 comment
Open

Start.bat won't run #6764

Wass89 opened this issue Nov 18, 2024 · 1 comment

Comments

@Wass89
Copy link

Wass89 commented Nov 18, 2024

Premise: I am a new Etherpad user and as such I'm still very inexperient.

I am trying to install Etherpad lite on my PC, which runs on Windows 10 Home. I followed instructions on the Etherpad website, installed the latest Node.js runtime and attempted to execute start.bat as administrator. However, when I do that, the console windows shuts itself down immediately, and I cannot proceed with the installation.

I realize this may be a very simple issue, but I have looked for an answer and haven't been able to find it. Apologies in advance if I have overlooked something. Any help would be appreciated.

Steps to reproduce the behavior:

  1. Download Windows Version 2.2.6 from Etherpad website
  2. Extract all files from WinRar archive
  3. Right-click on start.bat and choose run as administrator

Expected behavior
Console window ought to open and, through browser, allow me to reach localhost and set up server.

Desktop (please complete the following information):

  • OS: Windows 10 Home
  • Browser: Firefox 132.0.2 (64-bit)
  • Version: Etherpad Lite 2.2.6
@SamTV12345
Copy link
Member

It could be that some part of the website is outdated. There is an up to date readme in the github description. You just do the following:

Download the latest Node.js runtime from nodejs.org.
Install pnpm: npm install -g pnpm (Administrator privileges may be required).
Clone the repository: git clone -b master
Run pnpm i
Run pnpm run build:etherpad
Run pnpm run prod
Visit http://localhost:9001 in your browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants