a stele1 editor for unix systems (wip)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Daniel M 089d6d5854
update instructions
6 months ago
client improve photo upload 7 months ago
entrypoint update" 8 months ago
server support removing approaches, areas, and parking 9 months ago
.gitignore big catchup 2 years ago
DEVELOP.md set the document title 8 months ago
LICENSE start adding a project/package structure 9 months ago
README.md update instructions 6 months ago
build-container update docker instructions 9 months ago
package-lock.json usability updates 9 months ago
package.json usability updates 9 months ago

README.md

the montserrat editor for stele1

It's somewhat cobbled together, and not quite good yet.

You can, however, edit stele1 projects.

Run the server locally and edit projects stored on your filesystem.

use

This runs on Linux, macOS, and Docker.

Containers (Podman or Docker)

  1. install docker
  2. pull an image. development images are available from the website for stele1.
  3. load the image into docker
  4. run the image to edit projects on your filesystem
$ wget http://stele1.steleclimbing.org/tmp/montserrat-editor_alpha-02_docker.tar
$ docker load < montserrat-editor_alpha-02_docker.tar
$ mkdir ./climbingarea.stele1.d/
$ docker run --rm \
    --publish 8001:8001 \
    --volume ./climbingarea.stele1.d/:/srv/project.stele1.d/ \
    stele1/montserrat-editor:alpha-02 

Linux

  1. Install Node.js and ImageMagick.
  2. Install stele1
  3. Clone this project.

edit existing projects:

$ montserrat-editor ~/path/to/yosemite.stele1.d/
$ firefox localhost:8001

create (and edit) new projects:

$ mkdir ~/my-new-project.stele1.d/
$ montserrat-editor ~/my-new-project.stele1.d/
$ firefox localhost:8001

status