Git Product home page Git Product logo

avalon-management-system's People

Contributors

archangdcc avatar binsgit avatar cai-canaan avatar jianxiongz avatar qinfengling avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

avalon-management-system's Issues

Improve location of config files

In you instructions you place a config file directly in /etc/ which you shouldn't do. Create a dedicated directory for your configuration files, say something like /etc/canaan/.

A bit further down, you give the following direction:
sudo cp ams-git/config/000-default.conf /etc/apache2/sites-available/000-default.conf

Not only is config/000-default.conf NOT available in the master branch (it is in the source code download), but 'blindly' overwriting the default configuration file which is already present, is not the way to do it.
Create your own config file with a unique name and copy that to sites-available and then enable it with a2ensite would be major improvement.

Minor installation issues

  1. The mysql:
GRANT ALL PRIVILEGES ON ams.* TO ams@'%' IDENTIFIED BY "PASSWD";
GRANT FILE ON *.* TO ams@localhost;

Sets the password for ams@%, which mysql thinks is a different user than ams@localhost. This is noticed when doing the later amscli init command where 'ams' is unable to connect to the DB.

Issuing the command: SET PASSWROD FOR 'ams'@'localhost' = PASSWORD("YOUR PASSWORD"); resolved that issue.

  1. Current versions of Apache do not allow "Order" and "Allow" statements anymore. Replacing those with "Require all granted" resolves the issue.

Login button / sql tables

When I click the login button nothing happens, I have everything installed, and verified the sql db is setup. Not seeing the tables being installed into db tho

Not getting any details when I go to AMS > Details > MODULES

Hi, I am new to AMS.

Can you please tell me why there isn't any information showing on this tab?

Also, OVERVIEW tab does not work as well. It stays blank!

Also, most of the amscli commands return an error?

is there any online guide or manual for AMS that I can go through ?

Thanks

Is development ongoing?

Hey guys,

I am looking for software to manage a farm of several thousand Canaan machines. It seems that this project hasn't had any commits for a while, though.

Is this still in active development, or should I look elsewhere for farm management?

Broken simple-cdd/build script

The script stopped at here for 30+ mins. Running on a Debian jessie server outside GFW.

I've done what the README.md said before running this. Maybe a detailed instruction document is needed.

root@localhost:~/Devel/Avalon-Management-System/simple-cdd# ./build
~/Devel/Avalon-Management-System/server ~/Devel/Avalon-Management-System/simple-cdd
running sdist
running egg_info
writing ams_server.egg-info/PKG-INFO
writing dependency_links to ams_server.egg-info/dependency_links.txt
writing top-level names to ams_server.egg-info/top_level.txt
reading manifest file 'ams_server.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'ams_server.egg-info/SOURCES.txt'
warning: sdist: standard file not found: should have one of README, README.rst, README.txt

running check
warning: check: missing required meta-data: url

warning: check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) must be supplied

creating ams-server-3.0.0-dev6
creating ams-server-3.0.0-dev6/ams
creating ams-server-3.0.0-dev6/ams_server.egg-info
making hard links in ams-server-3.0.0-dev6...
hard linking MANIFEST.in -> ams-server-3.0.0-dev6
hard linking README.md -> ams-server-3.0.0-dev6
hard linking ams.conf.example -> ams-server-3.0.0-dev6
hard linking ams.wsgi -> ams-server-3.0.0-dev6
hard linking amscli -> ams-server-3.0.0-dev6
hard linking setup.py -> ams-server-3.0.0-dev6
hard linking ams/__init__.py -> ams-server-3.0.0-dev6/ams
hard linking ams/api.py -> ams-server-3.0.0-dev6/ams
hard linking ams/avalon4.py -> ams-server-3.0.0-dev6/ams
hard linking ams/avalon6.py -> ams-server-3.0.0-dev6/ams
hard linking ams/avalon7.py -> ams-server-3.0.0-dev6/ams
hard linking ams/config.py -> ams-server-3.0.0-dev6/ams
hard linking ams/farm.py -> ams-server-3.0.0-dev6/ams
hard linking ams/log.py -> ams-server-3.0.0-dev6/ams
hard linking ams/luci.py -> ams-server-3.0.0-dev6/ams
hard linking ams/miner.py -> ams-server-3.0.0-dev6/ams
hard linking ams/plot.py -> ams-server-3.0.0-dev6/ams
hard linking ams/pool.py -> ams-server-3.0.0-dev6/ams
hard linking ams/report.py -> ams-server-3.0.0-dev6/ams
hard linking ams/rtac.py -> ams-server-3.0.0-dev6/ams
hard linking ams/sql.py -> ams-server-3.0.0-dev6/ams
hard linking ams_server.egg-info/PKG-INFO -> ams-server-3.0.0-dev6/ams_server.egg-info
hard linking ams_server.egg-info/SOURCES.txt -> ams-server-3.0.0-dev6/ams_server.egg-info
hard linking ams_server.egg-info/dependency_links.txt -> ams-server-3.0.0-dev6/ams_server.egg-info
hard linking ams_server.egg-info/not-zip-safe -> ams-server-3.0.0-dev6/ams_server.egg-info
hard linking ams_server.egg-info/top_level.txt -> ams-server-3.0.0-dev6/ams_server.egg-info
Writing ams-server-3.0.0-dev6/setup.cfg
creating dist
Creating tar archive
removing 'ams-server-3.0.0-dev6' (and everything under it)
~/Devel/Avalon-Management-System/simple-cdd
~/Devel/Avalon-Management-System/client ~/Devel/Avalon-Management-System/simple-cdd
grunt-cli: The grunt command line interface (v1.2.0)

Fatal error: Unable to find local grunt.

If you're seeing this message, grunt hasn't been installed locally to
your project. For more information about installing and configuring grunt,
please see the Getting Started guide:

http://gruntjs.com/getting-started



npm WARN package.json [email protected] No repository field.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade

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.