Install Actinium
Step 1: Reactium CLI
If you don't have it already, globally install the Reactium CLI
Step 2: Install Database
Actinium relies on MongoDB as its database service. You will need to set up a local instance for development purposes.
You can install MongoDB however you wish, but Homebrew is an easy way.
Install Homebrew
Install MongoDB
Run MongoDB Service
Step 3: Create DB Users
If this is your first time running MongoDB locally, you'll need to create the root admin user account.
Create DB Admin User
Note: be sure to replace PASSWORD with the actual password you wish to use
Create DB Actinium User
Note: be sure to replace PASSWORD with the actual password you wish to use
Step 4: Install Actinium
Step 5: Configure Actinium
Configure Actinium to run using the default db and user:
Step 6: Run Locally
Done!
To view the Database Dashboard provided by Parse Server:
Navigate to: localhost:9000/parse
Username: admin
Password: admin
Last updated