Gustavo Marcante
Gustavo Marcante

Reputation: 29

I can not open Woost CMS because installer did not create the launcher

First of all, congratulations for the work with Woost!

I'm trying to install it, both in our desktop and in a Digital Ocean droplet, both running Ubuntu 16.04.01 (with Unity and command line, respectively), but in both cases the installer did not create the launcher.

I tried to run Woost using run.py script using (from woost folder):

bin/python scripts/run.py

It seems running, but could not create the launcher. I checked that gnome-terminal is installed.

I got the warning "Couldn't create stemmer for language 'ca'", but it is just a warning. I got an error with Mercurial, but I fixed using:

hg config --edit

In another terminal, I started zeo with (from woost folder):

sudo apt install python-zodb
scripts runzeo -f data/database.fs -a 127.0.0.1:13002

And then the first terminal (of run.py) answered:

[13/Feb/2017:03:55:09] ENGINE Listening for SIGHUP. [13/Feb/2017:03:55:09] ENGINE Listening for SIGTERM. [13/Feb/2017:03:55:09] ENGINE Listening for SIGUSR1. [13/Feb/2017:03:55:09] ENGINE Bus STARTING CherryPy Checker: The Application mounted at '' has an empty config.

[13/Feb/2017:03:55:09] ENGINE Started monitor thread '_TimeoutMonitor'. [13/Feb/2017:03:55:09] ENGINE Started monitor thread 'Autoreloader'. [13/Feb/2017:03:55:09] ENGINE Serving on 127.0.0.1:13001 [13/Feb/2017:03:55:09] ENGINE Bus STARTED

I tried access with localhost:13001, but nothing happens.

I was looking for a open source, light, multilingual, drag & drop, and, if possible, based is Python CMS, and Woost would be the best choice. But I could not find Documentation and either not a community around this nice project.

Can somebody help?

Upvotes: 0

Views: 68

Answers (1)

Gustavo Marcante
Gustavo Marcante

Reputation: 29

Yes, Marti, thats it! I opened Gnome Terminal, selected "Edit > Preferences > Profiles", and, as my system is set to Brazilian Portuguese locale, I had four "Sem nome" ("without name") profiles. I created a "Default" profile, and the installation completed! I navigate to /.local/share/applications folder and there was a desktop file with my project name. I clicked in it and opened a terminal application with the tabs opened. But as it had an error, I had to install one more required package:

sudo apt-get install xtitle

Then I clicked in the desktop file again and everything were right. Woost is running! Thanks!

Upvotes: 0

Related Questions