Content management systems and S3 [closed] - open-source

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
I wish to build a file sharing site and store the files in S3. I also wish to have different users upload their different files and be able to see them, have access to them (open, share etc.) and manage them (delete, edit etc.). I wish to set ownership for each file uploaded and access permissions for the users.
So I am thinking of using an open source CMS.
Is this a good approach? Is a CMS the right things to use here? Which is the best one to use with S3?
Thanks in advance for any help.
Max.

This idea is flying in the air. I suggest that you search Amazon Web Services solution catalog to see if somebody has created CMS bases on AWS already.

Related

Free Web Host Service *Without* Web Builder? [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 1 year ago.
Improve this question
I found a few web hosting services that look great (e.g. Google Sites, Wix, etc.) but none seem to allow to just upload an HTML file, rather than embed HTML code in a website that was created using the provided web builders.
Anyone know of a web hosting service that allows to just upload complete pre-coded HTML files rather than having to go through a web builder? Or is it possible with the two websites I mentioned above?
Thank you in advance.
You can use:
https://000webhost.com/
https://www.netlify.com/
https://pages.github.com/
Or if you work with framework such as React or Flask for Python web, you can use https://www.heroku.com/. It's free and you can even host your website through repository on your Github.

Large open source repositories [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
I'm in need of a large repository of open source projects (around 1000 or more, the programming languages don't matter, but a good mix will be nice) for my research work. I thought of downloading projects from Github/SourceForge/Codeplex, but I cannot find the right API's to do it.
Does anyone know whether it is possible to download projects from the aforementioned websites (Like, how Twitter allows us to grab tweets from the public time-line)? Or any other place where I can get a good mix of open source projects?
Pretty much all open source repositories allow remote access via the appropriate source control provider - so the simplest way to download all the projects from Github would be to use git. Even if there's no API for it, all you need to do is find the right URL for each repo, and scraping something like the "explore" page should be easy.

Micro-blogging software used at intranet, and open-sourced, with file attachment [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
Our company wants to build a message-sharing system in intranet, like twitter or facebook but with file attachment in order to share messages or files quickly.
I have surveyed some micro-blogging systems like below:
Google Wave (discontinued)
Sharetronix (not free for enterprise use)
wordpress + p2 theme (not easy for user management)
Because that the sharing messages do not very important for our business,
we would like to build it like twitter, not forum-like systems.
Besides, if using CMS like Drupal or joomla, it's much fat for our purpose.
Is there any suggestion about this?
Thanks a lot.
maybe a spin on StatusNet might help solve your problem. I mention "spin" (read: modification) because you mentioned files.
To add to #darkphoenix, status.net now allows for attachments and whatnot:
http://status.net/wiki/Attachments
I'm not sure what the real goal of this might be, but some chat programs would allow for file transfers. Would be fairly light-weight, I imagine, but I have not looked into them.

Neo4j Documentation [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 5 years ago.
Improve this question
I've been looking into setting up and trying out Neo4j on Amazon EC2 however I seem to have hit a road block with finding documentation that I can use.
For example, this page mentions "Clustering, High Availability and Online Backup are add-on components that manage distribution and consistency over several live or offline node spaces." However, I haven't been able to find any more information on these add-ons.
http://wiki.neo4j.org/content/Neo4j_in_the_Cloud
This seemingly key wiki page describing how to set up Neo4j seems to be missing some very information.
http://wiki.neo4j.org/content/Neo4j_Setup_HowTo
Is anyone else using this and referencing better documentation, or am I completely missing something?
You can find some related info at this link, although the setup might depend a bit your requirements. The HA support is currently in beta, we will be able to let you test it as soon as Neo4j 1.0 is out of the door, which is before end of Jan 2010.

Existing Server Storage Management Software Solutions? [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
I am in the process of trying to graphically represent all of our server racks. So when we receive a new server we can decide where this should be put and where a specific servers currently resides.
Are there any existing software packages that stores this kind of data already? I'd prefer open source ones if there are any but anything would be helpful.
If you use nagios as monitoring application you could use NagVis to create custom status maps e.g. a rackview of your servers.
Example Screenshot
RackMonkey seems to fit your requirements too.
I had a look around at this and the solutions suggested (thanks Node) and at the moment my feeling are using one of the following:
NVentory though I'm not sure my company will want to use ruby and rails as this would be our first product using this
Rackview
Or more likely just MS Office Visio 2007 Add-in for Rack Server Virtualization however this looks like it only links to excel and hopefully I can use excel to query a database.
I will update when I have played about with these tools and see what they can provide.