diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -25,6 +25,12 @@ The current repository lives at git clone tux02.genenetwork.org:/home/git/public/gn-guile ``` +or + +``` +git remote add gn git.genenetwork.org:/home/git/public/gn-guile +``` + GNU Guile allows you to develop against a live running web server using emacs-geiser on port 1970. To try this fire up the web server from the `web` directory as ```sh @@ -54,11 +60,11 @@ Note that you may have to try different versions of guile+emacs to succeed. Some tooling and scripts that run independently are stored in `./scripts`. -# Development +# Forwarding a MySQL port -``` -git remote add gn git.genenetwork.org:/home/git/public/gn-guile -``` +You may want to forward a mysql port if there is no DB locally you can do something like: + +ssh -L 3306:127.0.0.1:3306 -f -N tux02.genenetwork.org # Topics |