Questions tagged [cms]

Questions about content management system

A Content Management System (CMS)is a computer program that allows publishing, editing and modifying content as well as maintenance from a central interface. Such systems of content management provide procedures to manage workflow in a collaborative environment. These procedures can be manual steps or an automated cascade.

The first content management system (CMS) was announced at the end of the 1990s. This CMS was designed to simplify the complex task of writing numerous versions of code and to make the website development process more flexible. CMS platforms allow users to centralize data editing, publishing and modification on a single back-end interface. CMS platforms are often used as blog software.

Source: https://en.wikipedia.org/wiki/Content_management_system

12 questions
6
votes
2 answers

Changing permissions for folders and files in /var/www/?

I am quite new to ubuntu and I have been trying to install BuilderEngine, a content management system, to my ubuntu server 12.04 lts. I have figured some things out but I am struggling with permission for files and folders. I know I have to change…
4
votes
1 answer

How to deploy: Mezzanine + MySQL

So, here is a question: How to deploy Mezzanine, a Django CMS, locally with MySQL instead of default SQLite? What is the exact recipe?
sdd
  • 217
3
votes
1 answer

rabbitvcs + git + add files

I'm using RabbitVCS with git on my Ubuntu 14.04 computer. My problem is that I don't see any option in Nautilus (plugin) to add new files in the contextual menu. Previously, I was using RabbitVCS with SVN and it had an option to Add the files. How…
ssinfod
  • 259
3
votes
0 answers

Equivalent for Help & Manual

I'm trying to create a Help document for an application, but I couldn't find a program who does this. In Windows I used to work with Help & Manual, which is a content management system for creating documentation. Isn't there an equivalent for this…
Croviajo
  • 1,164
1
vote
1 answer

drupal8 login password forget

I had install drupal 8 on my ubuntu 16.04 bt username or password have forget for login. email id also show not recognized. how to find user name or password
1
vote
1 answer

Moodle - Ubuntu configuration for links on 12.04 - 32 bit

I have installed moodle on a server with an IP address of A.B.C.D, using the command sudo apt-get install moodle This site is sucessfully running on the following address http://localhost/moodle However, when I try to access moodle from another…
Indian
  • 1,560
0
votes
1 answer

Cannot access cms panel in the same network

I have installed and configured neos cms on an ubuntu machine on my network. The problem is that I cannot access the cms control panel or website from another pc on the network. The link I should type in the browser is 192.168.1.8:8081 but it gives…
Cip
  • 11
0
votes
2 answers

django - how to change localhost from 127.0.0.1 to 127.0.0.1:8000?

I'm using Wagtail cms on django framework, problem is localhost address, I want to access to the site running in 127.0.0.1:8000 by localhost? I tried hosts file, but no luck !
0
votes
3 answers

How i can install wordpress & joomla in ubuntu 13.04?

I am new in linux. I already install lampp server with php my admin in ubuntu 13.04. But I can not install any cms like wordpress, joomla & cannot access from browser address bar. Please help me.
0
votes
2 answers

ASP.Net Developer wanting to migrate to Ubuntu

First time poster, long time admirer... I develop a lot of ASP.net web pages using Umbraco and DotNetNuke. I've decided that i want to take everything over to Ubuntu and don't mind learning new programming languages (in fact i'm looking forward to…
0
votes
1 answer

Can't send mail from WordPress after configuring sSMTP

This is my /etc/ssmtp/ssmtp.conf with omitted root, email, password, and…
user423047
-1
votes
1 answer

CMS not accessible on home server 14.04

I've setup a server at home with Ubuntu server 14.04 LTS to develop and experiment on for our Magento webshop. The server itself runs fine when contacted from the internal network. I got magento to load under 1s so everything runs fine. However…