Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohvani authored Sep 2, 2017
1 parent 00ddc57 commit 89ee6ea
Showing 1 changed file with 1 addition and 59 deletions.
60 changes: 1 addition & 59 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,62 +1,4 @@
TheDeli
=======

Where things get flashed, and Christmas never comes again.


Guide: If you need help, please contact Seefo

Step 1: Add your SSH key to your git account

1. Enable the ability to view hidden files and folders: http://i.imgur.com/wQzZHA6.png

2. Navigate to the '.ssh' folder in your home directory: http://i.imgur.com/WvsQw1f.png

3. Open id_rsa.pub with gedit (it'll ask you to open it with a program, find gedit in the list: http://i.imgur.com/yGPxREw.png

4. Copy the string within and add it to your git account (https://github.com/settings/ssh)

Step 2: Clone and set up the repository

1. Open terminal and enter the following commands:

cd ~/workspace/

git clone [email protected]:mechsouls/theDeli.git
rm MMOCoreORB
ln -s theDeli/MMOCoreORB/ MMOCoreORB
ln -s MMOEngine/ theDeli/MMOEngine

Step 3: You're done.

To commit:

cd ~/workspace/theDeli/

git add *

git commit -m "your commit message here"

git push

To pull upstream changes:

cd ~/workspace/theDeli/

git pull

To add project into Eclipse:

1. Delete current MMOCoreORB from Eclipse: http://i.imgur.com/EKdICGu.png & http://i.imgur.com/J0LM4xe.png

2. Import new MMOCoreORB:
> http://i.imgur.com/wp4HObk.png
> http://i.imgur.com/zCNrpSj.png
> http://i.imgur.com/4NDyXto.png
> http://i.imgur.com/9Aa8fzd.png
> http://i.imgur.com/LkEMzE8.png

3. Done
This repository houses what used to be the BloodfinEMU server's source code. It is unlikely that anything in here is the same as the stuff they use now.

0 comments on commit 89ee6ea

Please sign in to comment.