Skip to content
/ j3app Public

j3scrum - Open Source Scrum made with MeteorJS in 2014 for Agile, Scrum, Kanban, Chats, Organizations and match more in RealTime with Soccer.IO, MongoDB, AngularJS and Material Design!

License

Notifications You must be signed in to change notification settings

ruyjfs/j3app

Repository files navigation

j3scrum

A Open Source project made for Agile Development with Scrum, Kanban and mutch more! Created on 2014

Run App

Docker Compose

docker-compose up --build

Development

meteor

Deploy

mupx deploy

Tecnologies

  • Material Design with Angular Material.
  • Socker.io
  • Docker
  • MongoDB
  • MeteorJS
  • AngularJS
  • NodeJS v5
  • Mupx for deploy (npm i -g mupx)

Instalations

Nginx for proxy reverse

  1. Install
sudo apt-get install nginx
  1. Disable a Default Virtual Host
sudo unlink /etc/nginx/sites-enabled/default
  1. Create a new Virtual Host
vim /etc/nginx/sites-available/reverse-proxy.conf
  1. Put this on file with your custom domine and port
server {
    listen 80;
    location / {
        proxy_pass http://127.0.0.1:3000;
    }
}
  1. Enable a Virtual Host
sudo ln -s /etc/nginx/sites-available/reverse-proxy.conf /etc/nginx/sites-enabled/reverse-proxy.conf
  1. Test and restart service nginx
service nginx configtest
service nginx restart
  1. Edit yourt hosts
    vim /etc/hosts
  1. And put this
127.0.0.1 yourdomain.com
127.0.0.1 *.yourdomain.com

Troubleshoting

Permission Super on Digital Ocean

echo METEOR_ALLOW_SUPERUSER=1 #create
echo $METEOR_ALLOW_SUPERUSER #show

Auth SSH

ssh-keygen -f ~/.ssh/id_rsa_didigal_ocean -m PEM

-| To force encrypt ssh in compactible old Node version.

About

j3scrum - Open Source Scrum made with MeteorJS in 2014 for Agile, Scrum, Kanban, Chats, Organizations and match more in RealTime with Soccer.IO, MongoDB, AngularJS and Material Design!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published