This project is a web application that allows users to visualize the Cryptoportique of the City of Arles in 3D. You can either access it through a phone, tablet, computer, or even a virtual reality headset !
execute the install-dependencies.sh
script as administrator to install the necessary dependencies.
./install-dependencies.sh
On some systems, you may need to set the execution permission to the script:
chmod +x install-dependencies.sh
execute the install.sh
script to install the necessary modules and packages.
./install.sh
On some systems, you may need to set the execution permission to the script:
chmod +x install.sh
- download the latest image
- download the script
start.sh
- on docker, create a volume with 3Ds data in it and name it
cryptoserver_objects
- run the script with docker started on your machine, with the path to your image as argument. Provide informations when they are required. (
./start.sh path/to/your/image
) - You can access your application using the port gived in the logs of the server (default 5000)
- download the latest image (two version are available,
debug
andrelease
) - create a volume with 3Ds data in it
- run the image with the volume mounted on
/app/client/objects
and the port 5000 exposedif you named your volume
cryptoserver_objects
, you can run the following command:
shell docker run -it -p 5000:5000 -v cryptoserver_objects:/app/client/objects --name cryptoserver cryptoserver:relase
make image
or
make image-debug
make
make start
or
make start-debug
make start-local
make test
If you have any questions, please open an issue on the repository.