generated from cailloufanboy4345/Chocolate-Online
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb3639f
commit df6140d
Showing
1 changed file
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,34 @@ | ||
# Chocolate Online | ||
an goanimators website to thoose who want the safe verison of chocolate online. | ||
Wrapper | ||
This is a Goanimate Legacy Video Maker Remake built in [Node.js](https://nodejs.org/) | ||
|
||
# Server | ||
If you want to edit the Asset Server, then click [here](https://github.com/2Epik4u/Wrapper-Online-Assets). | ||
|
||
# Start | ||
To access this service, install [Node.JS](https://nodejs.org/en/) then clone/download this project. Once done, unzip the folder, copy the path, and execute the following commands in your command prompt (where `{PATH}` is the folder path you copied): | ||
```console | ||
cd "{PATH}\Wrapper-Online" | ||
npm start | ||
``` | ||
|
||
# Host On Evennode | ||
1. make a account | ||
2. make a node.js evennode | ||
3. open command prompt on your main pc (NOT EVENNODE) and run this command ``ssh-keygen -t rsa -C "your_email@example.com"`` | ||
4. go on the folder you saved it in and open the .PUB file | ||
5. Copy everything inside the file | ||
6. go on evennode, click account settings and paste the file on the public keys for git box and click save. | ||
7. go back to your evennode app and go on the info tab | ||
8. copy the Repository in Git deployment tab. | ||
9. open cmd again and do cd desktop then git clone PASTEREPOHERE | ||
10. get your lvm clone and copy all the files and paste it in the repo folder on your desktop with random letters. | ||
11. go on cmd AGAIN and cd to the folder directory | ||
12. download github desktop at https://desktop.github.com/ | ||
13. commit the changes and publish branch | ||
|
||
# Host on VPS/ Own pc | ||
if you want to host it on your own pc then simply clone or download this repo. | ||
Then open cmd then cd to the folder | ||
then do npm install the npm start | ||
|
||
|