Giter Site home page Giter Site logo

Comments (9)

soruly avatar soruly commented on June 1, 2024 1

It seems that you have not created the .env file. Have you been following the guide in README?

from trace.moe.

soruly avatar soruly commented on June 1, 2024 1

I'll create a guide for linux when I've time. But windows 10 isn't something I'd like to support. I'm not interested in running docker with WSL2

from trace.moe.

Vankerkom avatar Vankerkom commented on June 1, 2024 1

The application works out of the box using docker-compose.
I have managed to get it working on Windows 11 by sligtly altering the .env file by changing the storage directories.

Steps to get it running:

  1. Create a folder called tracemoe.
  2. Paste the docker-compose.yaml file into the tracemoe folder.
  3. Create the following folders inside tracemoe:
  • mycores
  • mysql
  • trace.moe-hash
  • trace.moe-incoming
  • trace.moe-media
  1. Create the following .env file:
WWW_PORT=3310
API_PORT=3311
MEDIA_PORT=3312
ADMINER_PORT=3313
SOLR_PORT=8983

NEXT_PUBLIC_API_ENDPOINT=http://localhost:3311    # Make sure to use localhost on your local machine.
NEXT_PUBLIC_MEDIA_ENDPOINT=http://localhost:3312  # Make sure to use localhost on your local machine.

WATCH_DIR=trace.moe-incoming/ # These directories point to relative directories to the docker-compose.yaml file
MEDIA_DIR=trace.moe-media/
HASH_DIR=trace.moe-hash/
SOLR_DIR=mycores
MYSQL_DIR=mysql

TRACE_MEDIA_SALT=CHANGEME_MEDIA_SALT
TRACE_API_SALT=CHANGEME_API_SALT
TRACE_API_SECRET=CHANGEME_API_SECRET
MARIADB_ROOT_PASSWORD=CHANGEME_MARIADB_ROOT_PASSWORD
  1. Start the docker compose file: docker-compose up -d
  2. Now you can continue following the instructions for importing files.

from trace.moe.

My12123 avatar My12123 commented on June 1, 2024

invalid mount config for type "bind": field Source must not be empty
2022-12-27_21-17-22

from trace.moe.

My12123 avatar My12123 commented on June 1, 2024

Yes, I was following.
2022-12-28_10-11-04

from trace.moe.

My12123 avatar My12123 commented on June 1, 2024

I failed to execute the command sudo chown 8983:8983 /home/soruly/mycores

from trace.moe.

My12123 avatar My12123 commented on June 1, 2024

2022-12-28_11-11-53

from trace.moe.

My12123 avatar My12123 commented on June 1, 2024

Can you make a video installation guide for windows 10?
@soruly

from trace.moe.

soruly avatar soruly commented on June 1, 2024

I'll create a guide for linux when I've time. But windows 10 isn't something I'd like to support. I'm not interested in running docker with WSL2

WSL2 is now supported.

from trace.moe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.