vladpanainte

Untitled

Mar 19th, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. 47 yum install java-1.6.0-openjdk
  2. 48 wget http://wikidsystems-dl.com/wikid-utilities-3.4.3-1.i386.rpm
  3. 49 wget http://wikidsystems-dl.com/wikid-server-enterprise-3.5.0-b1438-1.noarch.rpm
  4. 50 yum install ntp perl-libwww-perl postgresql-server system-config-date
  5. 51 yum install ntp perl-libwww-perl postgresql-server
  6. 52 rpm -Uvh wikid-server-enterprise-3.5.0.b1438-1.noarch.rpm
  7. 53 rpm -Uvh wikid-utilities-3.4.3-1.i386.rpm
  8. 54 yum install compat-libstdc++-296
  9. 55 rpm -Uvh wikid-utilities-3.4.3-1.i386.rpm
  10. 56 rpm -Uvh wikid-server-enterprise-3.5.0.b1438-1.noarch.rpm
  11. 57 service postgresql restart
  12. 58 service postgresql initdb
  13. 59 service postgresql restart
  14. 60 cd /var/lib/pgsql/
  15. 61 ll
  16. 62 chown postgres:postgres all.dbs.out
  17. 63 cd data/
  18. 64 ll
  19. 65 nano pg_ident.conf
  20. 66 nano pg_hba.conf
  21. 67 service postgresql restart
  22. 68 su - postgres
  23. 69 service postgresql restart
  24. 70 /opt/WiKID/bin/wikidctl setup
  25. 71 wikidctl restart
  26. 72 /opt/WiKID/bin/wikidctl restart
  27. 73 cd /opt/WiKID/tomcat/bin/
  28. 74 sh shutdown.sh
  29. 75 sh startup.sh
  30. 76 grep -lr 209.200.229.17 /opt/WiKID/
  31. 77 free -m
  32. 78 df -h
  33. 79 uname -r
  34. 80 ln -s /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/ /opt/java
Advertisement
Add Comment
Please, Sign In to add comment