Differences between revisions 1 and 2
Revision 1 as of 2015-04-15 14:46:05
Size: 257
Editor: terri
Comment:
Revision 2 as of 2015-04-15 14:54:49
Size: 377
Editor: terri
Comment: nodejs-less instructions for ubuntu
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Install some prerequisites: Install some prerequisites in Python:
Line 8: Line 8:

Set up nodejs, the node package manager, and

{{{
apt-get install nodejs npm
npm install -g less
}}}

This page contains my notes on things I needed to do to get the mailman-bundler to run on ubuntu 14.04 in docker.

Install some prerequisites in Python:

apt-get update
apt-get install bzr python3-dev python3-pip python-dev python-pip python-virtualenv

Set up nodejs, the node package manager, and

apt-get install nodejs npm
npm install -g less

MailmanWiki: DEV/Mailman 3.0/Mailman 3.0 Suite Install on Ubuntu (last edited 2023-11-24 16:04:02 by msapiro)