IEEE Website 3.0
Tested on Ubuntu 20.04 x86 Docker Version: 20.10.9 Node Version: 14.18.1
# clone the repo
git clone [email protected]:ieee-utd/website-polymer.git
cd website-polymer
# run the dependency installer
chmod +x install.sh
./install.sh
# start docker
docker-compose up
You should now be able to reach http://dev.ieeeutd.org (SSL not yet enabled for dev)
While docker is running:
node api/dist/scripts/initdb.js mongodb://localhost:27000/ieeeutd \
[adminFirstName] [adminLastName] [adminEmail] [adminUserPassword]
You should now be able to login to the member portal.