GithubHelp home page GithubHelp logo

Can't install it about django-orchestra HOT 6 CLOSED

glic3rinu avatar glic3rinu commented on August 17, 2024
Can't install it

from django-orchestra.

Comments (6)

glic3rinu avatar glic3rinu commented on August 17, 2024

Hi, just pushed the fix for this error, hope there are no further ones :)

I'm doing some major code refactorings, thinks will be a bit unstable for some weeks.

from django-orchestra.

Grejeru avatar Grejeru commented on August 17, 2024

How stable is it now, as I'm looking at this project and it's promising for me, as I want to use some nice Python/Django based hosting panel, but I want to do that on CentOS 6 (maybe 7 in the future) and I would like if You need any help in writing some code?

from django-orchestra.

glic3rinu avatar glic3rinu commented on August 17, 2024

It is not really stable yet, I have a long list of pending issues still to be fixed, but the good news is that the main features are already implemented and we will be moving into production during next weeks, so my focus now is stability.

The target platform for now (host ans servers) is Debian. The problem with the host is that the scripts for automated orchestra deployment relay on APT for installing dependencies. For the servers I don't expect much problem if you are using the supported services, but anyway it is almost trivial to provide support for other software and configuration, since the service management is completely decoupled, so you can just modify (subclass) or create your own ServiceControllers (e.g. https://github.com/glic3rinu/django-orchestra/blob/master/orchestra/apps/domains/backends.py).

The other issue is the almost nonexistent documentation, but I'll be happy to help with specific problems that you may have :)

also here is the current roadmap in case you've missed it.

from django-orchestra.

zenny avatar zenny commented on August 17, 2024

deploy.sh says there is no /home/orchestra/panel, but nginx works fine:

[....] Starting app server(s): uwsgi/usr/share/uwsgi/init/do_command: line 7: /dev/fd/62: No such file or directory
[ ok tted; missing conffile(s) in /etc/uwsgi/apps-enabled).
Setting up uwsgi-plugin-python (1.2.3+dfsg-5+deb7u1) ...
$ python /home/orchestra/panel/manage.py setupnginx
python: can't open file '/home/orchestra/panel/manage.py': [Errno 2] No such file or directory
$ service nginx start
Starting nginx: nginx.
$ python /home/orchestra/panel/manage.py restartservices
python: can't open file '/home/orchestra/panel/manage.py': [Errno 2] No such file or directory
python: can't open file '/home/orchestra/panel/manage.py': [Errno 2] No such file or directory
sed: can't read /home/orchestra/panel/panel/settings.py: No such file or directory
sed: can't read /home/orchestra/panel/panel/settings.py: No such file or directory

  • Admin interface login *
    • username: orchestra
    • password: orchestra

from django-orchestra.

zenny avatar zenny commented on August 17, 2024

Installed manually on an openvz instance under proxmox 3.3 with all dependencies fixed (particularly django-debug-tools and django_nose).

Very intuitive interface. :D

Didn't know why the installer didn't install all dependencies. Yet there are five warning message of deprecated calls as follows:

/usr/local/lib/python2.7/dist-packages/django/test/_doctest.py:59: RemovedInDjango18Warning: The django.test._doctest module is deprecated; use the doctest module from the Python standard library instead.
RemovedInDjango18Warning)

/usr/local/lib/python2.7/dist-packages/django/test/simple.py:27: RemovedInDjango18Warning: The django.test.simple module and DjangoTestSuiteRunner are deprecated; use django.test.runner.DiscoverRunner instead.
RemovedInDjango18Warning)

/usr/local/lib/python2.7/dist-packages/django/template/base.py:290: RemovedInDjango18Warning: 'The firstof template tag is changing to escape its arguments; the non-autoescaping version is deprecated. Load it from the future tag library to start using the new behavior.
compiled_result = compile_func(self, token)

/usr/local/lib/python2.7/dist-packages/django/template/base.py:290: RemovedInDjango18Warning: 'The cycle template tag is changing to escape its arguments; the non-autoescaping version is deprecated. Load it from the future tag library to start using the new behavior.
compiled_result = compile_func(self, token)

/usr/local/lib/python2.7/dist-packages/orchestra/templatetags/utils.py:31: RemovedInDjango18Warning: Options.module_name has been deprecated in favor of model_name
url = 'admin:%s_%s' % (model._meta.app_label, model._meta.module_name)

from django-orchestra.

glic3rinu avatar glic3rinu commented on August 17, 2024

fixed

from django-orchestra.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.