ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. MikaH67
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 10
    • Groups 0

    MikaH67

    @MikaH67

    7
    Reputation
    190
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    MikaH67 Unfollow Follow

    Best posts made by MikaH67

    • RE: If you are new drop in say hello and introduce yourself please!

      @scottalanmiller Hello ! Sorry i don't see directly the post.

      I'm Mika from France 🙂 I work for a network operator. 2 years experiences in Network administration and Sysadmn Windows but since a year i turned to Admin Linux :smiling_face_with_halo: :smiling_face_with_halo:

      I have to learn much more in Admn Linux 😄

      posted in Water Closet
      M
      MikaH67
    • RE: Installing Wiki.js on CentOS 7

      @scottalanmiller @JaredBusch

      Yes sorry i know with dns and port :upside-down_face: but it's because my bad English who create confusion. :pensive_face: i make a bad describe

      posted in IT Discussion
      M
      MikaH67
    • RE: Installing Wiki.js on CentOS 7

      @scottalanmiller

      Aha it's fine now :smiling_face_with_open_mouth_smiling_eyes:

      I've make a new instalation FROM SCRATCH :upside-down_face: . I've take the last iso from centOS 7.3 minimal.

      I have try a newer node.js version(v8.10.0)

      For requirement :

      Install git :

      sudo yum groupinstall "Development Tools"
      sudo yum install gettext-devel openssl-devel perl-CPAN perl-devel zlib-devel
      
      cd /opt/
      wget https://github.com/git/git/archive/v2.16.2.tar.gz
      tar -zxf v2.16.2.tar.gz 
      cd git-2.16.2/
      
      make configure
      ./configure --prefix=/usr/local
      sudo make install
      git --version
      
      

      Install mongodb :

      vim /etc/yum.repos.d/mongodb-org-3.6.repo
      sudo yum install -y mongodb-org
      semanage port -a -t mongod_port_t -p tcp 27017
      systemctl enable mongod
      systemctl start mongod
      mongod --version
      

      Install NodeJs :

      curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
      yum install -y nodejs
      sudo yum install gcc-c++ make
      node --version
      

      I have let the default port (80) and create
      Now it's work fine !
      I will try with a web server in frontal now (nginx)
      Thanks for help and patience :smiling_face_with_open_mouth_cold_sweat:

      posted in IT Discussion
      M
      MikaH67

    Latest posts made by MikaH67

    • RE: Installing Wiki.js on CentOS 7

      @scottalanmiller

      Aha it's fine now :smiling_face_with_open_mouth_smiling_eyes:

      I've make a new instalation FROM SCRATCH :upside-down_face: . I've take the last iso from centOS 7.3 minimal.

      I have try a newer node.js version(v8.10.0)

      For requirement :

      Install git :

      sudo yum groupinstall "Development Tools"
      sudo yum install gettext-devel openssl-devel perl-CPAN perl-devel zlib-devel
      
      cd /opt/
      wget https://github.com/git/git/archive/v2.16.2.tar.gz
      tar -zxf v2.16.2.tar.gz 
      cd git-2.16.2/
      
      make configure
      ./configure --prefix=/usr/local
      sudo make install
      git --version
      
      

      Install mongodb :

      vim /etc/yum.repos.d/mongodb-org-3.6.repo
      sudo yum install -y mongodb-org
      semanage port -a -t mongod_port_t -p tcp 27017
      systemctl enable mongod
      systemctl start mongod
      mongod --version
      

      Install NodeJs :

      curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
      yum install -y nodejs
      sudo yum install gcc-c++ make
      node --version
      

      I have let the default port (80) and create
      Now it's work fine !
      I will try with a web server in frontal now (nginx)
      Thanks for help and patience :smiling_face_with_open_mouth_cold_sweat:

      posted in IT Discussion
      M
      MikaH67
    • RE: Installing Wiki.js on CentOS 7

      @scottalanmiller @JaredBusch

      Yes sorry i know with dns and port :upside-down_face: but it's because my bad English who create confusion. :pensive_face: i make a bad describe

      posted in IT Discussion
      M
      MikaH67
    • RE: Installing Wiki.js on CentOS 7

      @jaredbusch

      At first i have try with de default port (tcp/3000) . And i have configured a website url with a functionnal dns in the configuration step.
      It's just after that i try with different "weird ports" .
      It's my first experience with node.js , i think i have missed something .
      I will try your tutorial with Fedora27 and nvm.

      posted in IT Discussion
      M
      MikaH67
    • RE: Installing Wiki.js on CentOS 7

      @scottalanmiller

      hmm okey !

      Which version use you of node.js ?

      I will try a new install

      posted in IT Discussion
      M
      MikaH67
    • RE: Installing Wiki.js on CentOS 7

      @scottalanmiller Yep, i have use now a dns for connect me.

      When i let the port 80 in configuration i have the same issue.

      When i use the port 8080 in configuration it's works ! But when i change a page, it's redirect at port 80.. And i need te insert manually the port 8080 in the url.

      I suppose it's a problem with the redirect and or node.js (Version v6.12.3).

      I will try to reinstall it 🙂

      posted in IT Discussion
      M
      MikaH67
    • RE: If you are new drop in say hello and introduce yourself please!

      @scottalanmiller Hello ! Sorry i don't see directly the post.

      I'm Mika from France 🙂 I work for a network operator. 2 years experiences in Network administration and Sysadmn Windows but since a year i turned to Admin Linux :smiling_face_with_halo: :smiling_face_with_halo:

      I have to learn much more in Admn Linux 😄

      posted in Water Closet
      M
      MikaH67
    • RE: Installing Wiki.js on CentOS 7

      @mikah67

      Hmm i have progress :smiling_face_with_open_mouth_closed_eyes:

      When i try a other port in the configuration (tcp/8080) i have a other result. But..

      0_1521044767735_Capture du 2018-03-14 17-25-42.png image url)

      The language is french :smiling_face_with_open_mouth_closed_eyes:

      I search next.

      Thanks for help

      posted in IT Discussion
      M
      MikaH67
    • RE: Installing Wiki.js on CentOS 7

      @scottalanmiller

      Yep i have nothing in the "wiki-error-0.log" the files is empty.

      posted in IT Discussion
      M
      MikaH67
    • RE: Installing Wiki.js on CentOS 7

      @scottalanmiller Thanks for reply.

      Given that i don't use SSL, i havn't install a web server such Apache or Nginx.

      I use just Node.js.

      The instalation step work fine (Mongodb connexion OK) It's after the 30seconds wait. after the auto-refresh i'v a error page :unamused_face:

      posted in IT Discussion
      M
      MikaH67
    • RE: Installing Wiki.js on CentOS 7

      Very good job thanks !!! :grinning_face_with_smiling_eyes:
      Was very usefull for my work.

      I'm beginning with Linux admin and i have a problem after installation. If someone have a idea ?

      The installation Complete good, i havn't set SSL configuration and skip the Git configuration. But after the 30seconds waiting at the end. I have a error page in my web browser..

      Where can i find log about this error ?

      posted in IT Discussion
      M
      MikaH67