Backend for songs.zachdecook.com
-rw-r--r--
182
-rw-r--r--
34520
-rw-r--r--
932
ccharter @ 7f1d966
m---------
chordsdata @ 525557d
m---------
-rw-r--r--
5422
-rw-r--r--
2439
-rwxr-xr-x
2910
-rw-r--r--
1013
-rw-r--r--
3366
-rw-r--r--
2415
-rw-r--r--
11132
-rw-r--r--
1422
-rw-r--r--
250
-rw-r--r--
37
-rw-r--r--
300
README.md
Prosongsa
Setup
- Have the ability to serve php files.
-
Clone this repository, including the submodules, into such a place.
git clone --recursive https://gitlab.com/earboxer/prosongsa.gitIf you've already cloned without the submodules, you can use
git submodule update --init --recursive. -
Create file
inputfile.txtin this directory (seeinputfile.example.txtfor example format). -
Navigate to the page where index.php is being served from.
-
cd chordsdata && ./commands.shto create the data files
To update this repository
git pull && git submodule update --init --recursive && git submodule update &&
cd chordsdata && ./commands.sh
Developers
Contributions are welcome! If you think you can do something to improve this project, feel free to make a pull request.
Notes
The index.css file is made by
lessc --source-map-map-inline index.less > index.css.
Acknowledgements
- Github user mzarillo for ccharter script.
- Ruslan Keba for guitar chords fingering data.