Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
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
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. SuiteCRM

SuiteCRM

Scheduled Pinned Locked Moved App Wishlist
24 Posts 10 Posters 5.6k Views 11 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.
  • girishG Offline
    girishG Offline
    girish
    Staff
    wrote on last edited by
    #2

    This was posted by some on chat yesterday (https://paste.cloudron.io/raw/upesuzizis)

    • install an empty LAMP stack
    • download and extract SuiteCRM from https://suitecrm.com/download/ (upload either via sftp or wget and unzip in terminal) in /app/data/public
    • depending on how you got the files there, you need to do a "chown -R www-data:www-data /app/data/public" so it is able to write the config files
    • get environment variables in terminal with env | grep MYSQL_ and install SuiteCRM as you usually would
    • login with the newly created admin account and go to Admin -> Password Management, select" Enable LDAP Authentication" and enter at least the following information:
      • Server: 172.18.0.1
      • Port: 3002
      • User DN: ou=users,dc=cloudron
      • Bind Attribute: dn
      • Login-Attribute: username
    • give it a try if it's working, if it does, do a vi /app/data/public/config.php and replace the static db infos with the environment variables like so:
      array (
      'db_host_name' => getenv("MYSQL_HOST"),
      'db_host_instance' => 'SQLEXPRESS',
      'db_user_name' => getenv("MYSQL_USERNAME"),
      'db_password' => getenv("MYSQL_PASSWORD"),
      'db_name' => getenv("MYSQL_DATABASE"),
      'db_type' => 'mysql',
      'db_port' => getenv("MYSQL_PORT"),
      'db_manager' => 'MysqliManager',
      ),
    • save and see if everything is still working
    andreasduerenA 1 Reply Last reply
    0
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #3

      (Matthias also said) Ah yes, that was me. Additional note: If you migrate an existing installation, make sure to enable LDAP login on every user (in advanced settings) and of course check "Auto Create Users" in password settings, that should get you going.

      1 Reply Last reply
      0
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #4

        http://www.jsmackin.co.uk/suitecrm/suitecrm-command-line-install/ has some interesting information on automated installs

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #5

          SuiteCRM - Wikipedia
          https://en.wikipedia.org/wiki/SuiteCRM

          Open Source Self-Hosted SuiteCRM Alternatives
          https://alternativeto.net/software/suitecrm/?license=opensource&platform=self-hosted

          1 Reply Last reply
          0
          • doodlemania2D Offline
            doodlemania2D Offline
            doodlemania2
            App Dev
            wrote on last edited by
            #6

            Anyone made any progress packaging this up?

            1 Reply Last reply
            0
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by girish
              #7

              Yes, @doodlemania2
              https://git.cloudron.io/cloudron/suitecrm-app is in decent shape. Still requires some finishing touches (https://git.cloudron.io/cloudron/suitecrm-app/issues). You can test it out!

              ? 1 Reply Last reply
              2
              • girishG girish

                Yes, @doodlemania2
                https://git.cloudron.io/cloudron/suitecrm-app is in decent shape. Still requires some finishing touches (https://git.cloudron.io/cloudron/suitecrm-app/issues). You can test it out!

                ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #8

                @girish
                Have you added the imap support in the container? I have installet SuiteCRM in an LAMP Container but i cannot acces IMAP. Missing addon ?

                1 Reply Last reply
                0
                • girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #9

                  Yeah, the IMAP support is not added yet. I will try to fix it up - https://git.cloudron.io/cloudron/suitecrm-app/issues/2

                  1 Reply Last reply
                  2
                  • BenoitB Offline
                    BenoitB Offline
                    Benoit
                    translator
                    wrote on last edited by
                    #10

                    Very interested by this app. I try EspoCRM at the moment and i'm not very happy with its design. Do you think it will be available soon ? Thanks @girish for your amazing work.

                    1 Reply Last reply
                    0
                    • girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #11

                      Currently, we are a bit tied with Cloudron 3.3. We will get this out immediately after.

                      1 Reply Last reply
                      1
                      • BenoitB Offline
                        BenoitB Offline
                        Benoit
                        translator
                        wrote on last edited by
                        #12

                        Thanks Girish. take your time.

                        1 Reply Last reply
                        0
                        • darkbenD Offline
                          darkbenD Offline
                          darkben
                          wrote on last edited by
                          #13

                          hi, @girish do you think you can add SuiteCRM in Cloudron soon ? Thanks !

                          1 Reply Last reply
                          3
                          • marcusquinnM Offline
                            marcusquinnM Offline
                            marcusquinn
                            wrote on last edited by
                            #14

                            Any more thoughts on this?

                            I'm looking at the Mautic integrations and this is the only reasonable FOSS options I can see (SugarCRM integrations should work as that's what it used to be).

                            Or any other CRM recommendations welcome. Maybe Odoo or ERPNext would cover this need?

                            EspoCRM seems to have a big leap in costs for some of the paid features, which might be a bit much for some users.

                            Web Design https://www.evergreen.je
                            Development https://brandlight.org
                            Life https://marcusquinn.com

                            1 Reply Last reply
                            0
                            • girishG Offline
                              girishG Offline
                              girish
                              Staff
                              wrote on last edited by
                              #15

                              Last we tried it, SugarCRM is a real pain to package 😞 The module system does not like symlinks and thus makes it tricky to upgrade. That said, we will do whatever is required on platform side to get popular apps...

                              marcusquinnM 1 Reply Last reply
                              0
                              • girishG girish

                                Last we tried it, SugarCRM is a real pain to package 😞 The module system does not like symlinks and thus makes it tricky to upgrade. That said, we will do whatever is required on platform side to get popular apps...

                                marcusquinnM Offline
                                marcusquinnM Offline
                                marcusquinn
                                wrote on last edited by
                                #16

                                @girish Fair enough. Last time I tested it, it was SugarCRM and it was pretty flexible because the admin made almost everything customisable — but I haven't tested since, so couldn't say if it's "the best" FOSS CRM. I think it will work well enough for most though, and does have that long history so a few other apps do offer integration with it.

                                Although, every popular app you have is another community of users that are self-hosting that app that will then find the advantages of Cloudron consolidation and standardisation of dev-ops & sys admin.

                                Web Design https://www.evergreen.je
                                Development https://brandlight.org
                                Life https://marcusquinn.com

                                1 Reply Last reply
                                0
                                • marcusquinnM Offline
                                  marcusquinnM Offline
                                  marcusquinn
                                  wrote on last edited by
                                  #17
                                  • https://suitecrm.com/sugarcrm-loses-and-open-source-wins/

                                  Web Design https://www.evergreen.je
                                  Development https://brandlight.org
                                  Life https://marcusquinn.com

                                  1 Reply Last reply
                                  1
                                  • chrisC chris referenced this topic on
                                  • chrisC chris referenced this topic on
                                  • chrisC chris referenced this topic on
                                  • chrisC chris referenced this topic on
                                  • chrisC chris referenced this topic on
                                  • girishG girish

                                    This was posted by some on chat yesterday (https://paste.cloudron.io/raw/upesuzizis)

                                    • install an empty LAMP stack
                                    • download and extract SuiteCRM from https://suitecrm.com/download/ (upload either via sftp or wget and unzip in terminal) in /app/data/public
                                    • depending on how you got the files there, you need to do a "chown -R www-data:www-data /app/data/public" so it is able to write the config files
                                    • get environment variables in terminal with env | grep MYSQL_ and install SuiteCRM as you usually would
                                    • login with the newly created admin account and go to Admin -> Password Management, select" Enable LDAP Authentication" and enter at least the following information:
                                      • Server: 172.18.0.1
                                      • Port: 3002
                                      • User DN: ou=users,dc=cloudron
                                      • Bind Attribute: dn
                                      • Login-Attribute: username
                                    • give it a try if it's working, if it does, do a vi /app/data/public/config.php and replace the static db infos with the environment variables like so:
                                      array (
                                      'db_host_name' => getenv("MYSQL_HOST"),
                                      'db_host_instance' => 'SQLEXPRESS',
                                      'db_user_name' => getenv("MYSQL_USERNAME"),
                                      'db_password' => getenv("MYSQL_PASSWORD"),
                                      'db_name' => getenv("MYSQL_DATABASE"),
                                      'db_type' => 'mysql',
                                      'db_port' => getenv("MYSQL_PORT"),
                                      'db_manager' => 'MysqliManager',
                                      ),
                                    • save and see if everything is still working
                                    andreasduerenA Offline
                                    andreasduerenA Offline
                                    andreasdueren
                                    wrote on last edited by
                                    #18

                                    @girish I'm trying to set up LDAP with SuiteCRM in a LAMP stack here but can't get it to work somehow. Are you still using this setup?

                                    girishG 1 Reply Last reply
                                    0
                                    • andreasduerenA andreasdueren

                                      @girish I'm trying to set up LDAP with SuiteCRM in a LAMP stack here but can't get it to work somehow. Are you still using this setup?

                                      girishG Offline
                                      girishG Offline
                                      girish
                                      Staff
                                      wrote on last edited by
                                      #19

                                      @andreasdueren I haven't tried this in ages (since I posted it). What error are you getting ?

                                      andreasduerenA 1 Reply Last reply
                                      0
                                      • girishG girish

                                        @andreasdueren I haven't tried this in ages (since I posted it). What error are you getting ?

                                        andreasduerenA Offline
                                        andreasduerenA Offline
                                        andreasdueren
                                        wrote on last edited by
                                        #20

                                        @girish Unfortunately it doesn’t have a test button and won’t show me log data so I’m just opening a new inkognito window to try out the login and I can’t really troubleshoot.

                                        I’m probably entering some incorrect setup information but I don’t know which one…

                                        1 Reply Last reply
                                        0
                                        • marcusquinnM Offline
                                          marcusquinnM Offline
                                          marcusquinn
                                          wrote on last edited by
                                          #21

                                          FWIW I gave SuiteCRM a thorough test, and recommend EspoCRM in every way for speed, customising and scaling.

                                          Web Design https://www.evergreen.je
                                          Development https://brandlight.org
                                          Life https://marcusquinn.com

                                          andreasduerenA 1 Reply Last reply
                                          1
                                          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
                                          • Bookmarks
                                          • Search