celestiaorg / docs

Celestia Documentation Site
https://docs.celestia.org
169 stars 361 forks source link

feat: document mainnet.sh script in celestia-app #1467

Open jcstein opened 8 months ago

jcstein commented 8 months ago
          Notes from @rootulp on how to view logs:

View log file:

cat mainnet.log

View actively running process which is piping into a log file:

tail -f mainnet.log

To stop the process:

ps aux | grep celestia-app
kill <PID>

# if that doesnt' work
kill -9 <PID>

Originally posted by @jcstein in https://github.com/celestiaorg/celestia-app/issues/3166#issuecomment-1983943425

Bidon15 commented 8 months ago

this is not ok to put into docs. Ideally, this should be a community support doc(i.e. medium blog post or smt similar) that is hosted by the 3rd party (any validator team or rpc team, etc.)