ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Interesting Take On A Wiki - Testing Now

    IT Discussion
    wiki
    8
    71
    7.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch @NashBrydges
      last edited by

      @nashbrydges does it have a WYSIWYG editor?

      NashBrydgesN 1 Reply Last reply Reply Quote 0
      • NashBrydgesN
        NashBrydges @JaredBusch
        last edited by

        @jaredbusch Yes it apparently does. Supports both WYSIWYG and markdown

        1 Reply Last reply Reply Quote 0
        • NashBrydgesN
          NashBrydges
          last edited by

          0_1518974191659_79c949c9-d598-435d-8c5c-a699d21b9871-image.png

          1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            That's pretty nice.

            1 Reply Last reply Reply Quote 2
            • NashBrydgesN
              NashBrydges
              last edited by

              So I used the script provided in the Installation documentation for evaluation and then configured Nginx proxy to handle proxy and SSL. Problem was that the login page while worked perfectly when accessing the server on the local network had display issues when access via the FQDN.

              If anyone uses the script on Ubuntu, after install, you'll need to go to /var/www/bookstack/.env file and make sure to enter your domain name as an app variable including protocol (https).

              APP_URL=https://my.domain.com

              Now that I can access the site via the domain, I need to figure out how to fix the mixed content warning in the browser.

              0_1518983800906_b3ec29e2-5ead-4ee9-a094-78a3e02ed1d7-image.png

              1 Reply Last reply Reply Quote 0
              • NashBrydgesN
                NashBrydges
                last edited by

                By the way, if someone much smarter than I (uh-hum @scottalanmiller or @JaredBusch or others) is willing to take the time to figure out how to install this on Fedora, I'm willing to give your instructions a try πŸ˜‰

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @NashBrydges
                  last edited by

                  @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                  By the way, if someone much smarter than I (uh-hum @scottalanmiller or @JaredBusch or others) is willing to take the time to figure out how to install this on Fedora, I'm willing to give your instructions a try πŸ˜‰

                  It has very few requirements, looks like it is roughly the same as a really simple WordPress install...

                  https://www.bookstackapp.com/docs/admin/installation/

                  NashBrydgesN 1 Reply Last reply Reply Quote 0
                  • NashBrydgesN
                    NashBrydges @scottalanmiller
                    last edited by

                    @scottalanmiller said in Interesting Take On A Wiki - Testing Now:

                    @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                    By the way, if someone much smarter than I (uh-hum @scottalanmiller or @JaredBusch or others) is willing to take the time to figure out how to install this on Fedora, I'm willing to give your instructions a try πŸ˜‰

                    It has very few requirements, looks like it is roughly the same as a really simple WordPress install...

                    https://www.bookstackapp.com/docs/admin/installation/

                    Yeah, the composer install/setup is what's got me stumped. Never used that before or at least not in my short use of Linux OSs.

                    scottalanmillerS black3dynamiteB 2 Replies Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @NashBrydges
                      last edited by

                      @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                      @scottalanmiller said in Interesting Take On A Wiki - Testing Now:

                      @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                      By the way, if someone much smarter than I (uh-hum @scottalanmiller or @JaredBusch or others) is willing to take the time to figure out how to install this on Fedora, I'm willing to give your instructions a try πŸ˜‰

                      It has very few requirements, looks like it is roughly the same as a really simple WordPress install...

                      https://www.bookstackapp.com/docs/admin/installation/

                      Yeah, the composer install/setup is what's got me stumped. Never used that before or at least not in my short use of Linux OSs.

                      Maybe I missed that part, where is the composer install?

                      NashBrydgesN 1 Reply Last reply Reply Quote 0
                      • NashBrydgesN
                        NashBrydges @scottalanmiller
                        last edited by

                        @scottalanmiller said in Interesting Take On A Wiki - Testing Now:

                        @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                        @scottalanmiller said in Interesting Take On A Wiki - Testing Now:

                        @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                        By the way, if someone much smarter than I (uh-hum @scottalanmiller or @JaredBusch or others) is willing to take the time to figure out how to install this on Fedora, I'm willing to give your instructions a try πŸ˜‰

                        It has very few requirements, looks like it is roughly the same as a really simple WordPress install...

                        https://www.bookstackapp.com/docs/admin/installation/

                        Yeah, the composer install/setup is what's got me stumped. Never used that before or at least not in my short use of Linux OSs.

                        Maybe I missed that part, where is the composer install?

                        You can see it on the sample install script but doesn't mention in the manual install.

                        https://github.com/BookStackApp/devops/blob/master/scripts/installation-ubuntu-16.04.sh

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • black3dynamiteB
                          black3dynamite @NashBrydges
                          last edited by

                          @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                          @scottalanmiller said in Interesting Take On A Wiki - Testing Now:

                          @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                          By the way, if someone much smarter than I (uh-hum @scottalanmiller or @JaredBusch or others) is willing to take the time to figure out how to install this on Fedora, I'm willing to give your instructions a try πŸ˜‰

                          It has very few requirements, looks like it is roughly the same as a really simple WordPress install...

                          https://www.bookstackapp.com/docs/admin/installation/

                          Yeah, the composer install/setup is what's got me stumped. Never used that before or at least not in my short use of Linux OSs.

                          Can’t be any different compare to how Snipe-IT uses it.

                          1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @NashBrydges
                            last edited by

                            @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                            @scottalanmiller said in Interesting Take On A Wiki - Testing Now:

                            @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                            @scottalanmiller said in Interesting Take On A Wiki - Testing Now:

                            @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                            By the way, if someone much smarter than I (uh-hum @scottalanmiller or @JaredBusch or others) is willing to take the time to figure out how to install this on Fedora, I'm willing to give your instructions a try πŸ˜‰

                            It has very few requirements, looks like it is roughly the same as a really simple WordPress install...

                            https://www.bookstackapp.com/docs/admin/installation/

                            Yeah, the composer install/setup is what's got me stumped. Never used that before or at least not in my short use of Linux OSs.

                            Maybe I missed that part, where is the composer install?

                            You can see it on the sample install script but doesn't mention in the manual install.

                            https://github.com/BookStackApp/devops/blob/master/scripts/installation-ubuntu-16.04.sh

                            Might not be needed then, or might be specifically needed for old Ubuntu LTS.

                            1 Reply Last reply Reply Quote 0
                            • black3dynamiteB
                              black3dynamite
                              last edited by

                              https://deviantengineer.com/2017/02/bookstack-centos7/

                              NashBrydgesN 1 Reply Last reply Reply Quote 0
                              • NashBrydgesN
                                NashBrydges @black3dynamite
                                last edited by

                                @black3dynamite said in Interesting Take On A Wiki - Testing Now:

                                https://deviantengineer.com/2017/02/bookstack-centos7/

                                I'm testing this install next...just for fun.

                                scottalanmillerS 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @NashBrydges
                                  last edited by

                                  @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                                  @black3dynamite said in Interesting Take On A Wiki - Testing Now:

                                  https://deviantengineer.com/2017/02/bookstack-centos7/

                                  I'm testing this install next...just for fun.

                                  Stick to Fedora, half that install is just getting CentOS to the point where it will work like Fedora. Just start with Fedora and integrated management of those pieces. That totally defeats the point of CentOS to use it in that way.

                                  black3dynamiteB JaredBuschJ 2 Replies Last reply Reply Quote 0
                                  • black3dynamiteB
                                    black3dynamite @scottalanmiller
                                    last edited by

                                    @scottalanmiller said in Interesting Take On A Wiki - Testing Now:

                                    @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                                    @black3dynamite said in Interesting Take On A Wiki - Testing Now:

                                    https://deviantengineer.com/2017/02/bookstack-centos7/

                                    I'm testing this install next...just for fun.

                                    Stick to Fedora, half that install is just getting CentOS to the point where it will work like Fedora. Just start with Fedora and integrated management of those pieces. That totally defeats the point of CentOS to use it in that way.

                                    When I saw the need of epel and IUS repo automatically tells me to use Fedora instead.

                                    scottalanmillerS 1 Reply Last reply Reply Quote 1
                                    • JaredBuschJ
                                      JaredBusch
                                      last edited by

                                      Those instructions are also using Nginx as the web server. I typically default to using Apache in my guides.

                                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @black3dynamite
                                        last edited by

                                        @black3dynamite said in Interesting Take On A Wiki - Testing Now:

                                        @scottalanmiller said in Interesting Take On A Wiki - Testing Now:

                                        @nashbrydges said in Interesting Take On A Wiki - Testing Now:

                                        @black3dynamite said in Interesting Take On A Wiki - Testing Now:

                                        https://deviantengineer.com/2017/02/bookstack-centos7/

                                        I'm testing this install next...just for fun.

                                        Stick to Fedora, half that install is just getting CentOS to the point where it will work like Fedora. Just start with Fedora and integrated management of those pieces. That totally defeats the point of CentOS to use it in that way.

                                        When I saw the need of epel and IUS repo automatically tells me to use Fedora instead.

                                        Exactly. I'm okay with the EPEL for minor packages that are not includes, like fail2ban, but not as a means to getting different package versions. So generally EPEL I'm cool with, but IUS I am not. Not that it is bad, it just means you intended to use Fedora and made a mistake.

                                        1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @JaredBusch
                                          last edited by

                                          @jaredbusch said in Interesting Take On A Wiki - Testing Now:

                                          Those instructions are also using Nginx as the web server. I typically default to using Apache in my guides.

                                          Same here, NGinx for RP, Apache for PHP app server.

                                          1 Reply Last reply Reply Quote 0
                                          • JaredBuschJ
                                            JaredBusch
                                            last edited by

                                            Also, I will be making a guide in a bit as this looks like an interesting project to test.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 1 / 4
                                            • First post
                                              Last post