728x90 분류 전체보기194 angular6용 summernote https://github.com/summernote/angular-summernotehttps://blog.outsider.ne.kr/1019 참고 2019. 2. 20. jira 설치하기 1. 지라 데이터 공간 만들기 sudo mkdir -p /data/jira 2. 지라설치 docker run --name jira -itd --restart always -u root \ --env 'JVM_MAXIMUM_MEMORY=2G' \ -p 18080:8080 \ --volume /data/jira:/var/atlassian/jira \ cptactionhank/atlassian-jira-software 3. 접속주소 지라 서버 접속 주소:18080 (localhost:18080) 4. 혹시 에러나면 지라 권한주기 docker exec -u root -it jira bash chown -R 2:2 /var/atlassian/jira/ exit 5.지라 접속 후 "직접설정하기클릭" 6.데이터베이스.. 2019. 1. 10. create database 권한안될때 GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost'; 2019. 1. 7. angular 개발시 yarn start 후 limit error 확인하기 The current default on Xenial is 8192 (see fs/notify/inotify/inotify_user.c in the kernel source), you can verify this by printing the file to stdout:cat /proc/sys/fs/inotify/max_user_watches 8192 You can bump the number up, for example, doubling this to 16384, using:echo 16384 | sudo tee /proc/sys/fs/inotify/max_user_watches bear in mind that inotify watches do consume memory, I think it's arou.. 2019. 1. 2. 이전 1 ··· 26 27 28 29 30 31 32 ··· 49 다음 728x90