Wed Editor is a web-based editor that assists users in editing XML documents according to a schema,
for example TEI-XML documents.
This is a modified version by DataScouting, based on Wed by Mangalam Research Center for Buddhist Languages
This is a modified version by DataScouting, based on Wed by Mangalam Research Center for Buddhist Languages
Table of Contents
About The Project
Wed is a schema-aware editor for XML documents. It runs in a web browser.
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- Linux-based Operating System (for example, Ubuntu)
- Text Editor (for example, nano)
- Git
- Docker
- Docker Compose
Installation
- Open a terminal
- Clone the Wed Editor
git clone https://github.com/datascouting/wed.git
- Open the Wed Editor project
cd wed
- Edit the
docker-compose-development.yml
file- Change the build args (SERVER_USER_UID, SERVER_USER_GID, SERVER_USER_PASSWORD)
- Find your UID and GID, using the following command
id
- Change the host port (8088) (Optional)
- Change the build args (SERVER_USER_UID, SERVER_USER_GID, SERVER_USER_PASSWORD)
- Make the DoComUtil (Docker Compose Util) executable
chmod +x ./DoComUtil
- Build a development docker image
./DoComUtil build dev
- Start a development docker container
./DoComUtil start dev
- Trigger a building and deployment on development server
./DoComUtil deploy dev
- Open on the browser the url http://localhost:8088
- Replace the 8088 with your own port
License
Distributed under the Mozilla Public License Version 2.0. See LICENSE
for more information.