Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve location of config files #10

Open
diederikdehaas opened this issue Jun 20, 2017 · 3 comments
Open

Improve location of config files #10

diederikdehaas opened this issue Jun 20, 2017 · 3 comments

Comments

@diederikdehaas
Copy link

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.

@ghost
Copy link

ghost commented Jun 20, 2017 via email

@diederikdehaas
Copy link
Author

Not anytime soon.
I'm busy learning python, but more importantly I'm missing the connection between the master branch and the download. Also want proof that this repo is still worked upon and if it is indeed the software for the Avalon Controller or not.

@ghost
Copy link

ghost commented Jul 4, 2017

Yes, it is worked on, but our communication is not good. RIght @qinfengling ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant