Skip to content

corra72/ServerProvaNebbie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

997 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Nebbie Arcane

Server code

  • Getting started
    • FIRST TIME
      • apt install vagrant
      • vagrant plugin install vagrant-timezone
      • ./getworld
      • vagrant up
      • vagrant ssh
    • DAY BY DAY
      • vagrant up
      • vagrant ssh
      • cd /vagrant
      • make
      • cd mudroot
      • ./myst
    • In emergency (or when you add a new header or code file to src):
      • ./build.sh # to rebuild the makefiles

IMPORTANT

  • ALL FILES inside src will be taken and compiled in myst. Do not put under src unrelated files. use utilities for this
  • The /vagrant folder in the vagrant machine is mounted from the folder where the vagrantfile resides and is synced 2-way

About

Codice del server di prova

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.4%
  • C 3.6%
  • PHP 1.2%
  • CMake 0.4%
  • Python 0.2%
  • Shell 0.2%