Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. SharePoint Replacement *Updated

SharePoint Replacement *Updated

Scheduled Pinned Locked Moved The Lounge
17 Posts 8 Posters 3 Views 1 Watching
  • 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.
  • M Offline
    M Offline
    milo xml
    wrote on last edited by
    #1

    Well, I actually don't need a direct replacement as I don't need the collaboration part of it. Ideally what I'm looking for is a prebuilt solution that basically manages file hosting. I would love for it to be integrated into Active Directory for editing and read only permissions. I would also like it to have the ability to add tags or searchable strings for each file to ease in locating it. Currently we use Sharepoint and simply have everything broken down into directories that the users have to manually comb through. Any help will be much appreciated and sorry if I have this in the wrong forum. *Update: Found out that MS does have a free version of Sharepoint called Sharepoint Foundation that's a stripped down version of it that you can use for free. Currently have it installed and it fits the bill. The use of the MS style ribbon menu makes it a bit clunky though. Thanks again for everyone's input and help!

    J L W S B 6 Replies Last reply
    0
    • M milo xml

      Well, I actually don't need a direct replacement as I don't need the collaboration part of it. Ideally what I'm looking for is a prebuilt solution that basically manages file hosting. I would love for it to be integrated into Active Directory for editing and read only permissions. I would also like it to have the ability to add tags or searchable strings for each file to ease in locating it. Currently we use Sharepoint and simply have everything broken down into directories that the users have to manually comb through. Any help will be much appreciated and sorry if I have this in the wrong forum. *Update: Found out that MS does have a free version of Sharepoint called Sharepoint Foundation that's a stripped down version of it that you can use for free. Currently have it installed and it fits the bill. The use of the MS style ribbon menu makes it a bit clunky though. Thanks again for everyone's input and help!

      J Offline
      J Offline
      jgrogan
      wrote on last edited by
      #2

      What kind of files do you want to store? If they're mostly documents, spreadsheets, presentations, eBooks etc, then there is a good cloud-based solution about to launch that indexes (using Solr) everything you upload making search quick and easy.

      M 1 Reply Last reply
      0
      • M milo xml

        Well, I actually don't need a direct replacement as I don't need the collaboration part of it. Ideally what I'm looking for is a prebuilt solution that basically manages file hosting. I would love for it to be integrated into Active Directory for editing and read only permissions. I would also like it to have the ability to add tags or searchable strings for each file to ease in locating it. Currently we use Sharepoint and simply have everything broken down into directories that the users have to manually comb through. Any help will be much appreciated and sorry if I have this in the wrong forum. *Update: Found out that MS does have a free version of Sharepoint called Sharepoint Foundation that's a stripped down version of it that you can use for free. Currently have it installed and it fits the bill. The use of the MS style ribbon menu makes it a bit clunky though. Thanks again for everyone's input and help!

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        milo-xml wrote:

        and sorry if I have this in the wrong forum.

        You need the one titled "Sharepoint", rather than "The Lounge".

        M 1 Reply Last reply
        0
        • J jgrogan

          What kind of files do you want to store? If they're mostly documents, spreadsheets, presentations, eBooks etc, then there is a good cloud-based solution about to launch that indexes (using Solr) everything you upload making search quick and easy.

          M Offline
          M Offline
          milo xml
          wrote on last edited by
          #4

          Mostly operating manuals in PDF, but some other files, including some PLC programs and the like.

          1 Reply Last reply
          0
          • L Lost User

            milo-xml wrote:

            and sorry if I have this in the wrong forum.

            You need the one titled "Sharepoint", rather than "The Lounge".

            M Offline
            M Offline
            milo xml
            wrote on last edited by
            #5

            Thanks. Didn't see that yesterday.

            1 Reply Last reply
            0
            • M milo xml

              Well, I actually don't need a direct replacement as I don't need the collaboration part of it. Ideally what I'm looking for is a prebuilt solution that basically manages file hosting. I would love for it to be integrated into Active Directory for editing and read only permissions. I would also like it to have the ability to add tags or searchable strings for each file to ease in locating it. Currently we use Sharepoint and simply have everything broken down into directories that the users have to manually comb through. Any help will be much appreciated and sorry if I have this in the wrong forum. *Update: Found out that MS does have a free version of Sharepoint called Sharepoint Foundation that's a stripped down version of it that you can use for free. Currently have it installed and it fits the bill. The use of the MS style ribbon menu makes it a bit clunky though. Thanks again for everyone's input and help!

              W Offline
              W Offline
              Wynter Dragon
              wrote on last edited by
              #6

              When SharePoint first came out with that ridiculously expensive licensing I ended up making a "replacement" for it on my own. It's simply designing a secure web portal that uses Active Directory credentials. Then underneath the hood you manage web folders containing uploaded documents from each user. You use a database (ie. MySQL or SQL Server) to keep track of who owns what and what is the latest version of the document. And Voila! You have the core of what makes SharePoint work. The rest of SharePoint are interesting web parts, etc that you can build on. But for your purposes a simple secure web portal will do the trick. And you will save money in the end.

              M 1 Reply Last reply
              0
              • W Wynter Dragon

                When SharePoint first came out with that ridiculously expensive licensing I ended up making a "replacement" for it on my own. It's simply designing a secure web portal that uses Active Directory credentials. Then underneath the hood you manage web folders containing uploaded documents from each user. You use a database (ie. MySQL or SQL Server) to keep track of who owns what and what is the latest version of the document. And Voila! You have the core of what makes SharePoint work. The rest of SharePoint are interesting web parts, etc that you can build on. But for your purposes a simple secure web portal will do the trick. And you will save money in the end.

                M Offline
                M Offline
                milo xml
                wrote on last edited by
                #7

                Thought of this, but I don't have the time to dedicate to this right now. I was hoping for a quick win, but it looks like I'll have to push this down the road until I have some time.

                R 1 Reply Last reply
                0
                • M milo xml

                  Thought of this, but I don't have the time to dedicate to this right now. I was hoping for a quick win, but it looks like I'll have to push this down the road until I have some time.

                  R Offline
                  R Offline
                  rgatcode
                  wrote on last edited by
                  #8

                  Which version of SharePoint are you using since the in-built search can be highly efficient if the document metadata is defined properly.

                  Rahul Gupta

                  M 1 Reply Last reply
                  0
                  • M milo xml

                    Well, I actually don't need a direct replacement as I don't need the collaboration part of it. Ideally what I'm looking for is a prebuilt solution that basically manages file hosting. I would love for it to be integrated into Active Directory for editing and read only permissions. I would also like it to have the ability to add tags or searchable strings for each file to ease in locating it. Currently we use Sharepoint and simply have everything broken down into directories that the users have to manually comb through. Any help will be much appreciated and sorry if I have this in the wrong forum. *Update: Found out that MS does have a free version of Sharepoint called Sharepoint Foundation that's a stripped down version of it that you can use for free. Currently have it installed and it fits the bill. The use of the MS style ribbon menu makes it a bit clunky though. Thanks again for everyone's input and help!

                    S Offline
                    S Offline
                    Snorri Kristjansson
                    wrote on last edited by
                    #9

                    Sharepoint has great search features - why not use that? (instead of having users manually searching for things)

                    M 1 Reply Last reply
                    0
                    • M milo xml

                      Well, I actually don't need a direct replacement as I don't need the collaboration part of it. Ideally what I'm looking for is a prebuilt solution that basically manages file hosting. I would love for it to be integrated into Active Directory for editing and read only permissions. I would also like it to have the ability to add tags or searchable strings for each file to ease in locating it. Currently we use Sharepoint and simply have everything broken down into directories that the users have to manually comb through. Any help will be much appreciated and sorry if I have this in the wrong forum. *Update: Found out that MS does have a free version of Sharepoint called Sharepoint Foundation that's a stripped down version of it that you can use for free. Currently have it installed and it fits the bill. The use of the MS style ribbon menu makes it a bit clunky though. Thanks again for everyone's input and help!

                      B Offline
                      B Offline
                      bradut
                      wrote on last edited by
                      #10

                      DNN may be a lightweight replacement. CMS Website Software, Content Management System Software[^]

                      M 1 Reply Last reply
                      0
                      • M milo xml

                        Well, I actually don't need a direct replacement as I don't need the collaboration part of it. Ideally what I'm looking for is a prebuilt solution that basically manages file hosting. I would love for it to be integrated into Active Directory for editing and read only permissions. I would also like it to have the ability to add tags or searchable strings for each file to ease in locating it. Currently we use Sharepoint and simply have everything broken down into directories that the users have to manually comb through. Any help will be much appreciated and sorry if I have this in the wrong forum. *Update: Found out that MS does have a free version of Sharepoint called Sharepoint Foundation that's a stripped down version of it that you can use for free. Currently have it installed and it fits the bill. The use of the MS style ribbon menu makes it a bit clunky though. Thanks again for everyone's input and help!

                        M Offline
                        M Offline
                        Mark_Wallace
                        wrote on last edited by
                        #11

                        Joomla.

                        I wanna be a eunuchs developer! Pass me a bread knife!

                        M 1 Reply Last reply
                        0
                        • R rgatcode

                          Which version of SharePoint are you using since the in-built search can be highly efficient if the document metadata is defined properly.

                          Rahul Gupta

                          M Offline
                          M Offline
                          Mark_Wallace
                          wrote on last edited by
                          #12

                          Even without metadata, the text search is scarily fast, because it's all done with server caches and indexes.

                          I wanna be a eunuchs developer! Pass me a bread knife!

                          M 1 Reply Last reply
                          0
                          • M Mark_Wallace

                            Even without metadata, the text search is scarily fast, because it's all done with server caches and indexes.

                            I wanna be a eunuchs developer! Pass me a bread knife!

                            M Offline
                            M Offline
                            milo xml
                            wrote on last edited by
                            #13

                            Maybe I'll have to revisit it. For what we're doing, it's a bit overkill. Plus, my userbase isn't the most technically savvy for this. Thanks for the feedback!

                            1 Reply Last reply
                            0
                            • B bradut

                              DNN may be a lightweight replacement. CMS Website Software, Content Management System Software[^]

                              M Offline
                              M Offline
                              milo xml
                              wrote on last edited by
                              #14

                              Checking it out. Thanks for the link!

                              1 Reply Last reply
                              0
                              • S Snorri Kristjansson

                                Sharepoint has great search features - why not use that? (instead of having users manually searching for things)

                                M Offline
                                M Offline
                                milo xml
                                wrote on last edited by
                                #15

                                The version that we're currently using is from 2003. I'll check into a newer version. Thanks!

                                R 1 Reply Last reply
                                0
                                • M Mark_Wallace

                                  Joomla.

                                  I wanna be a eunuchs developer! Pass me a bread knife!

                                  M Offline
                                  M Offline
                                  milo xml
                                  wrote on last edited by
                                  #16

                                  Checking it out. Thanks!

                                  1 Reply Last reply
                                  0
                                  • M milo xml

                                    The version that we're currently using is from 2003. I'll check into a newer version. Thanks!

                                    R Offline
                                    R Offline
                                    rgatcode
                                    wrote on last edited by
                                    #17

                                    2016 is out now :)

                                    1 Reply Last reply
                                    0
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes


                                    • Login

                                    • Don't have an account? Register

                                    • Login or register to search.
                                    • First post
                                      Last post
                                    0
                                    • Categories
                                    • Recent
                                    • Tags
                                    • Popular
                                    • World
                                    • Users
                                    • Groups