Alternative self hosted solution for google apps (mainly document/spreadsheet)? [closed] - google-apps

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
As titled, I'm finding for a software can be installed on my own server, to replace for google apps.
I'm open to commercial solution, the point is I want to keep the data on my own server.
Any advice is appreciated

Okie doke. This is actually pretty challenging -- you're asking for online editing, which is very cloud-oriented, but using a private server. If all you wanted was file services, then you'd have a lot of options -- OwnCloud.org is a personal favorite, but there are a bunch.
If you really want to be able to edit online but save to a private server, SharePoint comes to mind first. Alfresco and its ilk are also out there, but that's enterprise-oriented. There are theoretically some ways to use OpenOffice programs in a browser (see also this) but I've never seen them in action.
Hope that gets you started. Good luck.

Related

Is there a way to get Firefox to work with macOS keychain? If not, is there a good alternative password manager? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 months ago.
Improve this question
If so, how? If not, I am looking for a password manager that can do at least the following:
works offline even if the service is down, such that data is stored locally (KEY!) I want to retain full access and control.
securely stores notes, either to a website or general notes
has an effective form filler
syncs with other devices
uses end-to-end encryption
ideally works well with Firefox on macOS
I am aware of popular ones like LastPass, 1Password, and Dashlane. I haven't worked through all the details yet but I'm concerned with some of the breaches, some repeated, and periods of unavailability.
I have also used Roboform on Windows many years ago. I REALLY liked it because it could handle almost any type of sign-on scenario and forms with grace... but that was then. I've read they have since gone downhill.
So, ultimately, I am looking for recommendations from users with personal, hands-on experience as to which ones are easy to work with and capable. I need to manage hundreds of sign-ons, forms, etc.

I want to start learning Demandware [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Is there a website or tutorial to have a "Hello World" and more for demandware?
Where can I find the demand ware api documentation
Is there someway to have free server access, for training purpose ?
I already installed Eclipse and UX plugin..
Thanks
The main resources for such queries would be
https://xchange.demandware.com/community/developer
https://documentation.demandware.com
Both require that you have a valid Demandware XChange account.
It should be possible to request such by Demandware support.
There is no free server access as far as I am aware. To get a sandbox, you need to have an active subscription for Demandware SaaS.
It may be the case that your employer/client already has one, so it may be good to check with them.
It's a pay-to-play kind of model, so you can't really learn it without having an enterprise account with DW. If you do have one, you can get access to xchange where there are lots of training videos and documents....but basically it's just like NodeJS with some DW-specific calls and some, optional, funky flow chart things.

backup/restore from-to Gmail? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I would like to implement in my app, written in Lua,the option to save a backup file to Gmail and restore it from there.
I just need how to save one file and restore that from the same account again.
Several apps use that feature now ( i guess using the Gmail as HD Feature).
Any ideas? I could read also PHP, Object-C and Java sources if you have nothing in Lua :)
I searched for infos in the net, but did not found a single demo source.
A google search turned up these IMAP clients:
luaimap
imapfilter
And from the Lua mailing list
limap

Is there a good (and simple) open source mail client for windows? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for a simple open source mail client to personalize, something really simple but that has all the basic features like downloading email, sending replying and attaching files.
Does something like this even exists? If not are there libraries to use?
Language is not a problem.
Thank you
I love Thunderbird, but I'll admit it was a bit of an uncomfortable transition from Outlook. Still, once I got comfortable with it, I haven't looked back.
There's a link on the right to download the source if you're wanting to tinker.
You can always go for mutt with cygwin. :) Its simple in that it is very basic (no GUI), but definitely not simple to use. Still, its a good client.

Best Free Online Source Control [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
There are many free online Source Control available but I would like to know your experience on it, if any, and which is the best one?
Me and my friend are starting a small test project and would like some really good online source control.
We will be developing ASP.Net app.
If you're just after a hosted source code repository:
Github
Bitbucket
If you need issue tracking, file releases, wikis, mailing lists, etc:
Sourceforge
Google Code Hosting
I've got one project at Sourceforge, and I find the amenities quite nice. You might find this comparison handy.
I'm using Unfuddle for some personal stuff to avoid issues with corporate firewalls.
You can commit over http with them.
Otherwise, use Github as already suggested.