mojoPortal Tips: Uploading Multiple Files in Shared Files Feature
Last Updated on Saturday, 23 February 2013 02:09 Written by Carole Bennett Wednesday, 27 February 2013 12:00
Leveraging mojoPortal as a CMS is a smart decision for organizations that need to provide access to protected files and content with access rights defined by user roles within the website itself. However, if you’ve got a lot of files that need to be uploaded at one time, you may feel daunted by the scope of the project. Never fear – there’s a way to upload a large number of files at once, and keep your workload manageable.
For shared files (.pdf, .doc, .xls), we’ll leverage the Shared Files feature in mojoPortal. The prerequisite for being able to upload files in bulk to the Shared Files feature is to have your mojoPortal-based site running in Full Trust. This allows the NeatUpload component to provide the option to select multiple files from your computer, and upload them to your Shared Files feature.
Learn MoreHow to Create Your Own Python Environment Locally in Your Shared Hosting Account
Last Updated on Tuesday, 25 December 2012 12:01 Written by Tabaré Patiño Tuesday, 25 December 2012 12:00
Here is what you need to do in order to accomplish that:
1- login to ssh
2- execute de following commands:
Learn MoreHow to Bin Deploy ASP.NET Assemblies on Shared Servers
Last Updated on Tuesday, 6 November 2012 08:29 Written by Abner Myloth Friday, 9 November 2012 12:00
On ASP.NET platform it is quite common to use 3rd party assemblies like MVC, MS chart controls to add features accessible from your code which are not present in the .NET framework by default.
In your development machine, you do this by installing the required assembly server-wide. Assemblies get installed in Global Assembly Cache (GAC) and all you need to do is to reference that in web.config file.
However, it may not be possible to install all these 3rd party assemblies in a shared server as different users might be using different versions of the same assembly.
Learn MoreHow to Deploy Your Git Repo Into a Shared Environment Using Arvixe
Last Updated on Friday, 25 May 2012 11:37 Written by Arian Jahansouz Thursday, 10 May 2012 01:33
This article will show you how to deploy your git repo into a shared environment using Arvixe. This article was originally written by Arlo Carreon over at his website. Stop by and take a look!
Git is rapidally becoming more and more popular; and while Github is a great way to store your projects, you will need a way to deploy your web app to your shared hosting. Arvixe is one of the most affordable and reliable shared hosting providers I’ve come across and a perfect example for demonstrating how to deploy your git repo into a shared environment.
1.) Setup SSH Access with Arvixe
Make sure you have SSH access. Shared hosting accounts with Arvixe do not come with SSH access by default. You will to go to the support chat and ask for SSH access, this will only take minutes and is effective immediately. Once they give you access, make sure you can login. Here is how you would SSH into your account with your Arvixe username and password.
Learn More
Recent Comments