Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Filter from filter_jecho-master.zip won't install on Moodle #1

Open
pcardona34 opened this issue Mar 26, 2015 · 3 comments
Open

Filter from filter_jecho-master.zip won't install on Moodle #1

pcardona34 opened this issue Mar 26, 2015 · 3 comments
Assignees

Comments

@pcardona34
Copy link
Owner

Due to the sync on Github, the original folder jecho has got a new name filter_jecho-master and so fails to install on Moodle.

@pcardona34 pcardona34 self-assigned this Mar 26, 2015
@pcardona34
Copy link
Owner Author

To solve this issue :
1- Download the archive filter_jecho-master.zip from the Github repository.
2- Unzip that archive.
3- Rename the folder filter_jecho-master to jecho.
4- Zip the folder jecho.
5- Install the filter on Moodle with that new archive jecho.zip.

@mudrd8mz
Copy link

Two notes. The correct way to install plugins into Moodle from Github is like

$ cd /path/to/moodle/dirroot
$ cd filter
$ git clone [email protected]:pcardona34/filter_jecho.git jecho

When uploading the ZIP generated by Github into the Moodle Plugins directory, there is an option (enabled by default) to fix the name of the root directory within the package.

Also note, we generally suggest the following naming scheme for Moodle plugins hosted here at Github: moodle-{plugintype}_{pluginname}. So this repository should ideally be called moodle-filter_jecho (there is an option to safely rename the repo in the administration section here).

@pcardona34
Copy link
Owner Author

Thank You. I am now thinking on a more consistant i18n for the JDicto generator and its online help. Then, working again on the filter for Jecho to make it better.

@pcardona34 pcardona34 reopened this Apr 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants